Localization API support
The com.ibm.websphere.i18n.localizabletext package contains
classes and interfaces for localizing text.
LocalizableTextFormatter class
The LocalizableTextFormatter class, found in the com.ibm.websphere.i18n.localizabletext
package, is the primary programming interface for using the localizable-text
package. Instances of this class contain the information needed to
create language-specific strings from keys and resource bundles.
Setting optional localization values
In addition to setting localization values that are required by
the LocalizableTextFormatter interface, you can set a number of optional values
in application code, either through the constructor or by calling any of several
methods for that purpose.
Generating localized text
Perform this task to specify the runtime formatting of localized
text in an application component.