FileResourceManager.LoadFiles Method |
Loads the resource file from the specified path.
Namespace: CMS.LocalizationAssembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntaxprotected void LoadFiles(
string[] resourceFiles,
string culture
)
Parameters
- resourceFiles
- Type:System.String[]
Files to load - culture
- Type: System.String
File culture
See Also