Applications can be localized easily by adding language files (.po-format) to the application.
By default, the language depends on the user environment, browser or device language, however, a fallback language should still be defined.
For the translation of the individual applications, .po files are used in Simplifier. These can be viewed, up- and downloaded via Language under the Other tab.
To create a new translation file, download a template from this overview by clicking on the download button.
It’s the best way to edit the downloaded file in a POEditor.
In this template, all values that are marked as translatable in the widgets, are listed and can be translated into the target language.
To upload the file to the application, add it via the plus. Select the language and upload the PO-File.
In order to avoid cache problems, rename the file before uploading.
If the desired language is not available, please contact your administrator, as these are maintained in the server settings.
To change the language of an application at runtime, the following script can be inserted in the Process Designer or browser console:
Sap.ui.getCore().getConfiguration().setLanguage(“en”)
Note: “en” can be replaced by the desired abbreviation.
To start an application with a specific language, add the query parameter sap-language=en to the application URL, e.g.
https://<simplifierBaseUrl>/appDirect/<appName>/index.html?sap-language=en