| ILocalizationServiceLocalizeString Method | 
            Replaces "{$stringname$}" expressions in given text with localized strings using given culture.
            
 
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
 Syntax
Syntaxstring 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: 
String See Also
See Also