Internationalizing applications
For your application to be used in multiple regions around the world,
its user interfaces will need to support multiple locales and time zones.
IBM WAS supports the maintenance and deployment of
centralized message catalogs for the output of properly formatted, language-specific
(localized) interface strings.
- Identify localizable text in
your application.
- Create the message catalogs necessary
for the locales to be supported by your application.
- In your application code, compose
the language-specific strings for output.
- Assemble your application code as one or more application components.
- Prepare
the localizable-text package for deployment with your localized application.
In this step, you create a deployment JAR.
- Using the Assembly
Toolkit, assemble the application
modules and the deployment JAR into a J2EE application.
- Deploy
and manage the application.
See Also
Internationalization
Assembling applications with the Assembly Toolkit
Internationalization: Resources for learning
|