ILocalizationService Interface |
Namespace: CMS.Core
public interface ILocalizationService
The ILocalizationService type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClearCache |
Clears the cached resource strings and forces them to load again on next localization request.
|
![]() | GetAPIString |
Returns specified string.
|
![]() | GetFileString |
Gets the string by the specified resource key from resource file
|
![]() | GetString |
Gets the string by the specified resource key
|
![]() | LocalizeExpression |
Localizes the given expression, handles two types of expressions:
stringkey - Simple localization
=default string|cs-cz=localized string - advanced localization
|