Click or drag to resize
FileResourceManagerLoadStrings Method
Loads the resource file from the specified path.

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 9.0.0
Syntax
C#
protected StringSafeDictionary<string> LoadStrings(
	string[] resourceFiles,
	string culture
)

Parameters

resourceFiles
Type: SystemString
Files to load
culture
Type: SystemString
File culture

Return Value

Type: StringSafeDictionaryString
See Also