ResHelperLocalizeString Method |
Replaces "{$stringname$}" expressions in given text with localized strings using given culture.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static 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