Language selection
- Last UpdatedDec 04, 2023
- 1 minute read
The Kiosk natively supports multi-language, as do all AVEVA™ XR applications.
All items relating to text localization can be found in the Gamedata/languages folder.
Lang.xml file
The lang.xml files contain the list of the supported languages for the application.
<?xml version="1.0" encoding="utf-8" ?>
<dictionary>
<item key="en" value="lang_en.xml" />
<item key="it" value="lang_it.xml"/>
</dictionary>
Language selection
The XR Settings manages language selection so that the user can always change the localization before starting the application.
Adding a new language
Add a line to lang.xml add a new language.