Internationalization Utility Classes. This package provides locale based utilities such as getting encoding strings, doing normalizations, etc.
|
Class Summary |
| CJKSupport |
Class CJKSupport is the support class for languages that has Chinese
characters, namely, Simplified Chinese, Traditional Chinese, Japanese,
Korean, whose suport class should extend this class. |
| I18NConstants |
Class I18NConstants contains all public constants used by I18N. |
| I18NSupport |
Class I18NSupport is the default class for i18n support, it contains the default
implementation of i18n support. |
| I18NUtil |
Class I18NUtil provides I18N related constants and utility functions |
| LocaleSupport |
Class LocaleSupport provides functions for I18N, include getting encoding string,
normalize text, etc. |
| LocalizedJavaString |
Class LocalizedJavaString provides a way to strings in Java classes that should
be localized. |
| MergedStringLocalizer |
String localizer that fetches strings from the Resource Service. |
| Support_iw |
default i18n for Hebrew |
| Support_ja |
Support class for Japanese. |
| Support_ko |
Support class for Korean. |
| Support_ru |
default i18n for Hebrew |
| Support_zh_CN |
Support class for Simplified Chinese. |
| Support_zh_HK |
Support class for Traditional Chinese. |
| Support_zh_TW |
Support class for Traditional Chinese. |