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