Click or drag to resize
LocalizationHelper Methods

The LocalizationHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClear
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.
Public methodStatic memberCreateFileManager
Creates a new instance of file manager.
Public methodStatic memberGetCMSResourceFilePath
Gets the path to the resource file.
Public methodStatic memberGetFileManager
Returns the file resource manager for given culture.
Protected methodGetFileManagerInternal
Returns the file resource manager for given culture.
Protected methodGetFileStringInternal
Returns specified string from the resource files.
Public methodStatic memberGetFolderResourcesFilePaths
Returns an enumerable collection of the names of resource files in the specified folder.
Public methodStatic memberGetResourceFilePaths
Returns the names of resource files (including their paths) for the specified culture.
Public methodStatic memberGetResourceName
Trim starting and ending '$' chars, if both exists only. Returns trimmed string.
Protected methodGetStringInternal
Returns specified string.
Public methodStatic memberGetUniqueResStringKey
Returns unique resource string key from given plain text.
Public methodStatic memberResourceFileExistsForCulture
Returns true if resource file exists for given culture.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also