+

Search Tips   |   Advanced Search

 

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

  1. In application code, create a LocalizableTextFormatter instance, passing in required localization values.

  2. Set other localization values as needed for more complex situations.

  3. Generate a properly formatted, language-specific string.

 

What to do next

When the application is finished, deploy your application. For more information, see Preparing the localizable-text package for deployment.



Localization API support

LocalizableTextFormatter class

Creating a formatter instance

Setting optional localization values

Generating localized text