Creating a multilingual application
Oracle VB allows us to build an application that can be rendered in different languages, called a multilingual application. A multilingual application enables an end user to view the application in their language of choice. In this section, we'll demonstrate how to create a multilingual application in VB.
In order to make a multilingual application, we need to convert strings into other languages and upload them in translation bundles, which is a JSON file containing keys and values.
We'll use the customers-start page of the oraclecloudext_chapter9 application to render it in two different languages, English and French.
The following sections demonstrate how to develop multilingual applications in VB.
Configuring an application to set the selected language locale
The following are the steps to set the locale of the selected language:
- Go to Source View from the application navigator and open the
app-flow.json
file...