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

Namespace: CMS.Localization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax
C#
protected 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