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