Package com.google.gwt.i18n.client
Internationalization support for GWT applications.
GWT includes a flexible set of tools to help you internationalize your
applications and libraries. GWT internationalization support provides a
variety of techniques to internationalize strings, typed values, and classes.
Classes
DateTimeFormat | Formats and parses dates and times using locale-sensitive patterns. |
Dictionary | Provides dynamic string lookup of key/value string pairs defined in a
module's host HTML page. |
NumberFormat | Formats and parses numbers using locale-sensitive patterns. |
Interfaces
Constants | A tag interface that facilitates locale-sensitive, compile-time binding of
constant values supplied from properties files. |
ConstantsWithLookup | Like Constants, a tag interface that
facilitates locale-sensitive, compile-time binding of constant values
supplied from properties files with the added ability to look up constants at
runtime with a string key. |
Localizable | A tag interface that serves as the root of a family of types used in static
internationalization. |
Messages | A tag interface that facilitates locale-sensitive, compile-time binding of
messages supplied from properties files. |