ILocalizationService.LocalizeFileString Method |
Replaces "{$stringname$}" expressions in given text with localized strings.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 12.0.0
Syntaxstring LocalizeFileString(
string inputText
)
Parameters
- inputText
- Type: System.String
Input text with localizable expressions
Return Value
Type:
String
See Also