LocalizationHelper GetString Method ( String , String, String, Boolean)Kentico 8.0 API Reference
Gets the string using the given string keys. Returns the first available item found.

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

Parameters

stringNames
Type:  OnlineSystem String 
String names
culture
Type: OnlineSystem String
Culture
defaultValue
Type: OnlineSystem String
Default value
useDefaultCulture (Optional)
Type: OnlineSystem Boolean
If true the default culture translation is used if translation in chosen culture doesn't exist

Return Value

Type: OnlineString
See Also