Returns specified string.
Namespace: CMS.LocalizationAssembly: CMS.Localization (in CMS.Localization.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- stringName
- Type: System String
Key of the string
- culture
- Type: System String
Culture
- defaultValue
- Type: System String
Value to return in case string not found
- useDefaultCulture (Optional)
- Type: System Boolean
If true the default culture translation is used if translation in chosen culture doesn't exists
Return Value
Type: StringSee Also