Display Name
- Last UpdatedJan 20, 2025
- 1 minute read
The Display Name refers to the machine name. You can directly enter the displayName value or as we recommend, take advantage of the XR localization system and use the language key reference. [@lang:sampleAsset].

To use language key reference
-
Double-click the lang.xml file in the Project Explorer.
-
Search for sampleAsset. This is the language reference key that the [@lang:sampleAsset] script syntax references and replaces in the application at runtime.

-
Change the text for any other supported region code. For example, en - English, it - Italy.
-
Save the lang.xml file.
-
Run the project to test the displayName as shown on the right side of the main application toolbar.
-
Change languages in the running application using the Options dialog box.
