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