| FileResourceManagerLoadFiles Method | 
            Loads the resource file from the specified path.
            
 
Namespace: CMS.LocalizationAssembly: CMS.Localization (in CMS.Localization.dll) Version: 10.0.0
 Syntax
Syntaxprotected void LoadFiles(
	string[] resourceFiles,
	string culture
)
Parameters
- resourceFiles
- Type: SystemString
 Files to load
- culture
- Type: SystemString
 File culture
 See Also
See Also