FileResourceManagerLoadStrings Method |
Loads the resource file from the specified path.
Namespace: CMS.LocalizationAssembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax protected StringSafeDictionary<string> LoadStrings(
string[] resourceFiles,
string culture
)
Parameters
- resourceFiles
- Type: SystemString
Files to load - culture
- Type: SystemString
File culture
Return Value
Type:
StringSafeDictionaryStringSee Also