Localization

circle-exclamation

ClassVR supports changing the language used in the Portal and on the headset.

Setting Language

Changing Languages on the ClassVR Portalarrow-up-right

Changing ClassVR Headset Menu Languagearrow-up-right

Querying Current Language

To access the current culture programmatically, use the Android API:

Localearrow-up-right current = getResourcesarrow-up-right().getConfigurationarrow-up-right().getLocalesarrow-up-right().get(0)

Unity Localization

The System Locale Selectorarrow-up-right will find the correct locale, meaning Unity's localization plugin can be used with default settings.

Default Language

If the current language is not supported by your application, default to en-US.

Last updated