ILocalizationService Methods |
The ILocalizationService type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAvailableLocales |
Gets all the locales which have codes in this manager
| |
| GetString(String) |
Get the specified string in the current locale
| |
| GetString(String, Object) |
Format a stringKey with parameters | |
| GetString(String, String) |
Get the specified stringKey in locale | |
| GetString(String, String, Object) |
Format a stringKey from locale with parameters | |
| GetStrings |
Get all strings in the specified locale
| |
| Reload |
Reload string definitions
|