ILocalizationServiceLocalizeString Method |
Replaces "{$stringname$}" expressions in given text with localized strings using given culture.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 12.0.0
Syntax string LocalizeString(
string inputText,
string culture = null,
bool encode = false,
bool useDefaultCulture = true
)
Parameters
- inputText
- Type: SystemString
Input text with localizable expressions - culture (Optional)
- Type: SystemString
Culture - encode (Optional)
- Type: SystemBoolean
If true, translations (replacements) are HTML encoded - useDefaultCulture (Optional)
- Type: SystemBoolean
If true the default culture translation is used if translation in chosen culture doesn't exist
Return Value
Type:
StringSee Also