LocalizationHelper Methods |
The LocalizationHelper type exposes the following members.
Name | Description | |
---|---|---|
Clear |
Clears the current instances of the file managers which can retrieve data from the resource files.
This will ensure reloading the resource strings from the resource files.
| |
CreateFileManager |
Creates a new instance of file manager.
| |
GetCMSResourceFilePath |
Gets the path to the resource file.
| |
GetFileManager |
Returns the file resource manager for given culture.
| |
GetFileManagerInternal |
Returns the file resource manager for given culture.
| |
GetFileStringInternal |
Returns specified string from the resource files.
| |
GetFolderResourcesFilePaths |
Returns an enumerable collection of the names of resource files in the specified folder.
| |
GetResourceFilePaths |
Returns the names of resource files (including their paths) for the specified culture.
| |
GetResourceName |
Trim starting and ending '$' chars, if both exists only. Returns trimmed string.
| |
GetStringInternal |
Returns specified string.
| |
GetUniqueResStringKey |
Returns unique resource string key from given plain text.
| |
ResourceFileExistsForCulture |
Returns true if resource file exists for given culture.
| |
SetAsDefaultHelper |
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.) |