ILocalizationService GetFileString Method Kentico 8.0 API Reference
Gets the string by the specified resource key from resource file

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

Parameters

resourceKey
Type: OnlineSystem String
Resource key
culture (Optional)
Type: OnlineSystem String
Culture
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