Interface | Description |
---|---|
Messages |
Interface for i18n message retrieval through a
ResourceBundle
and abbreviated formatting using String.format(java.util.Locale, String, Object...) . |
PluralRule |
A plural rule mapping a number to one of the plural tags
zero , one , two ,
few or many
mentioned in
the plural rule specification of the Unicode Consortium. |
Class | Description |
---|---|
MessagesFactory |
A factory for
Messages , which eases the retrieval of
localized resources. |
PluralRuleFactory |
A default factory for plural rules.
|
Copyright © 2016 Clazzes.org. All rights reserved.