| 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 a utility class to provide APIs related locale of specific product supported
by VIP, on behind the APIs will fetch data from VIP service and wrapper the result as basic
java util class to be called by prodcut's codes.
|
| 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.
|