Network Deployment (Distributed operating systems), v8.0 > Develop and deploying applications > Develop Internationalization service
Task overview: Internationalizing interface strings (localizable-text API)
This topic summarizes the steps involved in implementing message catalogs through the localizable-text API.
This product supports the maintenance and deployment of centralized message catalogs for the output of properly formatted, language-specific (localized) interface strings.
Procedure
- Identify localizable text in the application.
- Create the message catalogs that are necessary for the locales to be supported by the application.
- In the application code, compose the language-specific strings for output.
- Use an assembly tool, assemble the 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 file.
- Assemble the application modules and the deployment JAR file into a Java EE application.
- Deploy and manage the application.
Results
Your application is deployed with localized text.
Related
Identify localizable text
Create message catalogs
Composing language-specific strings
Prepare the localizable-text package for deployment
Globalization
Assembling applications
Task overview: Globalizing applications
Deploy and administering enterprise applications
Related
Globalization: Resources for learning