ILocalizationService GetFileString Method Kentico 8.1 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.1.5347.20411)

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