FileResourceManager Class |
Namespace: CMS.Localization
public class FileResourceManager
The FileResourceManager type exposes the following members.
Name | Description | |
---|---|---|
FileResourceManager |
Constructor
| |
FileResourceManager(String, String) |
Constructor, creates a new instance of the FileResourceManager object.
|
Name | Description | |
---|---|---|
Culture |
Manager culture.
| |
ResourceFiles |
Resource files.
| |
Resources |
Loaded resources
|
Name | Description | |
---|---|---|
DeleteString |
Remove resource string from currently loaded culture.
| |
GetResFilename |
Returns resource file relative path based on given culture.
| |
GetString |
Returns the resource string of currently loaded culture/language.
| |
LoadFiles |
Loads the resource file from the specified path.
| |
LoadStrings |
Loads the resource file from the specified path.
| |
ReadString |
Reads the string from the resource readers.
| |
SetString |
Sets the resource string of currently loaded culture/language.
|