LocalizationHelper GetString Method (String, Boolean)Kentico 8.1 API Reference
Returns specified string.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

stringName
Type: OnlineSystem String
Key of the string
useDefaultCulture (Optional)
Type: OnlineSystem Boolean
If true the default culture translation is used if translation in chosen culture doesn't exists

Return Value

Type: OnlineString
See Also