Package com.azalient.api.i18n

This package provides interfaces to regional and language-related classes.

See:
          Description

Interface Summary
ITranslatable For translation of the user interface from English to another language.
ITranslation A translation record, which is, very simply a pair of phrases - one is in English, the other is in another language.
ITranslator A translator is a utility that stores a list of englishLanguage-freignLanguage pairs of phrases.
 

Class Summary
EnumTranslator This class is used to retrieve labels from enumerations and include them in the list of words and phrases that are translated.
 

Package com.azalient.api.i18n Description

This package provides interfaces to regional and language-related classes.