LocalizationHelper GetCMSResourceFilePath Method Kentico 8.0 API Reference
Gets the path to the resource file.

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

Parameters

cultureCode
Type: OnlineSystem String
Culture to load
pathPrefix (Optional)
Type: OnlineSystem String
Path prefix used to locate the resource files

Return Value

Type: OnlineString
(e.g for "cs-CZ" returns "...\CMSResources\CMS.cs-cz.resx")
See Also