Composing language-specific strings
Create message catalogs for the language-specific strings.
- 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.
When the application is finished, deploy your application. For more information, see Preparing the localizable-text package for deployment.
See Also
Localization API support
LocalizableTextFormatter class