LocalizationHelperGetFolderResourcesFilePaths Method |
Returns an enumerable collection of the names of resource files in the specified folder.
Namespace: CMS.LocalizationAssembly: CMS.Globalization (in CMS.Globalization.dll) Version: 12.0.0
Syntax public static IEnumerable<string> GetFolderResourcesFilePaths(
string folderPath,
string cultureCode
)
Parameters
- folderPath
- Type: SystemString
The path to the folder with resource files. - cultureCode
- Type: SystemString
The culture name in the format languagecode2-country/regioncode2, or an empty string for the default localization.
Return Value
Type:
IEnumerableStringAn enumerable collection of the full names of resource files in the specified folder, or NULL if no resource files are found.
See Also