Localization

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

Setting Language

Changing Languages on the ClassVR Portal

Changing ClassVR Headset Menu Language

Querying Current Language

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

Locale current = getResources().getConfiguration().getLocales().get(0)

Unity Localization

The System Locale Selector 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