Task overview: Internationalizing interface strings (localizable-text API)
Task overview: Internationalizing interface strings (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.
This topic summarizes the steps involved in implementing message catalogs through the localizable-text API.
Identify localizable text in your application.
Create the message catalogs that are necessary for the locales to be supported by your application.
In your application code, compose the language-specific strings for output.
Using an assembly tool , 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 Java archive (JAR) file.
Assemble the application modules and the deployment JAR file into a Java 2 Platform, Enterprise Edition (J2EE) application.
Deploy and manage the application.
ResultYour application is deployed with localized text .
Sub-topics
Identifying localizable text
Creating message catalogs
Composing language-specific strings
Preparing the localizable-text package for deployment
Related concepts
Internationalization
Related tasks
Assembling applications
Task overview: Internationalizing applications
Related reference
Internationalization: Resources for learning