+

Search Tips   |   Advanced Search

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.


Tasks

  1. Identify localizable text in the application.
  2. Create the message catalogs that are necessary for the locales to be supported by the application.
  3. In the application code, compose the language-specific strings for output.

  4. Use an assembly tool, assemble the application code as one or more application components.
  5. Prepare the localizable-text package for deployment with the localized application. In this step, we create a deployment Java archive (JAR) file.
  6. Assemble the application modules and the deployment JAR file into a Java EE application.
  7. Deploy and manage the application.

The application is deployed with localized text.


Subtopics


Related:

  • Globalization
  • Assemble applications
  • Task overview: Globalizing applications
  • Deploy and administering enterprise applications
  • Globalization: Resources for learning