Click or drag to resize
FileResourceManager Class
String resource manager for use with the .resx files.
Inheritance Hierarchy
SystemObject
  CMS.LocalizationFileResourceManager

Namespace: CMS.Localization
Assembly: CMS.Localization (in CMS.Localization.dll) Version: 9.0.0
Syntax
C#
public class FileResourceManager

The FileResourceManager type exposes the following members.

Constructors
  NameDescription
Public methodFileResourceManager
Constructor
Public methodFileResourceManager(String, String)
Constructor, creates a new instance of the FileResourceManager object.
Top
Properties
  NameDescription
Public propertyCulture
Manager culture.
Public propertyResourceFiles
Resource files.
Public propertyResources
Loaded resources
Top
Methods
  NameDescription
Public methodDeleteString
Remove resource string from currently loaded culture.
Public methodStatic memberGetResFilename
Returns resource file relative path based on given culture.
Public methodGetString
Returns the resource string of currently loaded culture/language.
Protected methodLoadFiles
Loads the resource file from the specified path.
Protected methodLoadStrings
Loads the resource file from the specified path.
Protected methodReadString
Reads the string from the resource readers.
Public methodSetString
Sets the resource string of currently loaded culture/language.
Top
See Also