Click or drag to resize
LocalizationHelperGetResourceFilePaths Method
Returns the names of resource files (including their paths) for the specified culture.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 9.0.0
Syntax
C#
public static string GetResourceFilePaths(
	string cultureCode,
	string pathPrefix = null
)

Parameters

cultureCode
Type: SystemString
The culture name in the format languagecode2-country/regioncode2, or an empty string for the default localization.
pathPrefix (Optional)
Type: SystemString
The path to the folder with resource files (optional).

Return Value

Type: String
A semi-colon separated list of the full names of resource files (including their paths) for the specified culture, or NULL if no resource files are found.
See Also