LocalizationHelperGetCMSResourceFilePath Method |
Gets the path to the resource file.
Namespace: CMS.LocalizationAssembly: CMS.Localization (in CMS.Localization.dll) Version: 8.2.23
Syntax public static string GetCMSResourceFilePath(
string cultureCode,
string pathPrefix = null
)
Parameters
- cultureCode
- Type: SystemString
Culture to load - pathPrefix (Optional)
- Type: SystemString
Path prefix used to locate the resource files
Return Value
Type:
String(e.g for "cs-CZ" returns "...\CMSResources\CMS.cs-cz.resx")
See Also