Skip to main content

Localization Settings

Manages the JSON files for supporting multiple languages.

note

These settings affect all users on the currently active branch of the project.

Navigate to the LOCALIZATION section and expand the panel:

Localization Settings

Here is a breakdown of the available settings:

Settings

SettingDescription
AssetsJSON assets that contain localization data. Assets in this list are automatically parsed for localization data when loaded. These are used to localize your text elements.
Create New AssetCreates a new localization JSON asset with the default en-US format.

Notes

  • Localization assets typically contain key-value pairs for translations.
  • Switching languages at runtime requires code to update UI and scene content.