LocalizationHelperGetResourceFilePaths Method |
Returns the names of resource files (including their paths) for the specified culture.
Namespace: CMS.LocalizationAssembly: CMS.Localization (in CMS.Localization.dll) Version: 8.2.23
Syntax 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:
StringA 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