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

DateTimeFormatFormats and parses dates and times using locale-sensitive patterns.
DictionaryProvides dynamic string lookup of key/value string pairs defined in a module's host HTML page.
NumberFormatFormats and parses numbers using locale-sensitive patterns.

Interfaces

ConstantsA tag interface that facilitates locale-sensitive, compile-time binding of constant values supplied from properties files.
ConstantsWithLookupLike 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.
LocalizableA tag interface that serves as the root of a family of types used in static internationalization.
MessagesA tag interface that facilitates locale-sensitive, compile-time binding of messages supplied from properties files.