Click or drag to resize
LocalizationHelperGetCMSResourceFilePath Method
Gets the path to the resource file.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 9.0.0
Syntax
C#
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