Click or drag to resize
ResHelperLocalizeString Method
Replaces "{$stringname$}" expressions in given text with localized strings using given culture.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
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: String
See Also