Translating user interfaces
You can provide translated interfaces for your users by replacing strings for labels and
hover help with localization keys. When the user runs the application, the interface text appears in
the language associated with their locale if the translated string is available. Otherwise, the
default text that is specified in the resource bundle is used.
Before you begin
Procedure
- Go to the Variables tab for your application, click the plus sign next to Localization Resources and select the localization resource bundle that contains the strings for your interface.
- From your application page, click the view you want to edit, then click Properties.
- If you're viewing the basic properties, click Switch to advanced properties.
- Click Assign a variable
next to the Label field and select the localization key. - Click Assign a variable
next to the Documentation field and select the localization key for the hover
help text for this view.
- Test your localizations by changing your language settings, and verifying that the localized strings appear in your interface.