Create a Translation Bundle for App UI
In this section, you create a translation bundle for the App UI you created. This translation bundle manages the translations of strings such as the page title. After you add a string to your translation bundle, you can associate it with a UI component using the Translatable String dialog box available from the component Properties pane.
Create a translation bundle
- In the Navigator, click Translations.
- In the Translation Bundles pane, click + Translation Bundle.
- In the Create Bundle dialog box, Bundle Name field, enter
appUI_bundle.Note: The bundle name can include hyphens and underscores but can't include spaces or special characters such as @ or #.
- Click Create.
The appUI_bundle tab opens in the page canvas.
Create a translatable string
Create a translatable string in the appUI bundle you created.
- In the appUI_bundle page, click + String.
- In the Key field, enter MANAGE_ORDERS_PAGE_TITLE.
- In the String field, enter Manage Orders.
- Click Create.You can enter a description after creating the string entry. This description provides additional context that can be useful to translators when translating the string.
- Close the appUI_bundle tab.