Replaces "{$stringname$}" expressions in given text with localized strings using given culture.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- inputText
- Type: System String
Input text with localizable expressions
- culture (Optional)
- Type: System String
Culture
- encode (Optional)
- Type: System Boolean
If true, translations (replacements) are HTML encoded
- useDefaultCulture (Optional)
- Type: System Boolean
If true the default culture translation is used if translation in chosen culture doesn't exist
Return Value
Type: StringSee Also