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