Click or drag to resize
LocalizationHelperGetFolderResourcesFilePaths Method
Returns an enumerable collection of the names of resource files in the specified folder.

Namespace: CMS.Localization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 12.0.0
Syntax
C#
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: IEnumerableString
An enumerable collection of the full names of resource files in the specified folder, or NULL if no resource files are found.
See Also