| Interface | Description |
|---|---|
| Formatting |
define the interface implemented by i18n formatting instances which are created by I18nFactory
|
| I18n |
define a root interface for i18n instances which are created by I18nFactory
|
| Message |
define the interface implemented by i18n message instances which are created by I18nFactory
|
| Class | Description |
|---|---|
| DateFormatting |
Provide some functions to get formatted date/time string.
|
| LocaleMessage |
This class is to provide APIs related to locale of specific product supported
by VIP, region list of one or multiple locales.
|
| NumberFormatting |
Provides functions to get the formatted number, percent, currency and so on.
|
| PatternMessage |
provide api to get pattern data from remote or locale
|
| TranslationMessage |
This class provide some APIs to get translation from VIP service in
string-based, component-based level.
|