| LocalizationService Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Localization
 Syntax
Syntaxpublic class LocalizationService : FileLocalizationService
The LocalizationService type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | LocalizationService | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ClearCache | 
            Clears the cached resource strings and forces them to load again on next localization request.
            (Overrides FileLocalizationServiceClearCache(Boolean).) | 
|  | GetAPIString | 
            Returns specified string.
            (Overrides FileLocalizationServiceGetAPIString(String, String, String).) | 
|  | GetFileString | 
            Returns specified string.
            (Inherited from FileLocalizationService.) | 
|  | GetString | 
            Returns specified string.
            (Overrides FileLocalizationServiceGetString(String, String, Boolean).) | 
|  | LocalizeExpression | 
            Localizes the given expression, handles two types of expressions:
            
            stringkey - Simple localization
            
            =default string|cs-cz=localized string - advanced localization
            (Inherited from FileLocalizationService.) | 
 See Also
See Also