Network Deployment (Distributed operating systems), v8.0 > Develop and deploying applications > Develop Internationalization service > Task overview: Internationalizing interface strings (localizable-text API)
Composing language-specific strings
Perform this task to complete the localization of strings in an application component. Create message catalogs for the language-specific strings.
Procedure
- In application code, create a LocalizableTextFormatter instance, passing in required localization values.
- Set other localization values as needed for more complex situations.
- Generate a properly formatted, language-specific string.
What to do next
When the application is finished, deploy the application. See Prepare the localizable-text package for deployment.
Related
Localization API support
LocalizableTextFormatter class
Create a formatter instance
Set optional localization values
Generate localized text