This section is under construction, content may be inaccurate or incomplete.
ClassVR supports changing the language used in the Portal and on the headset.
Changing Languages on the ClassVR Portalarrow-up-right
Changing ClassVR Headset Menu Languagearrow-up-right
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)
Locale
current =
getResources
().
getConfiguration
getLocales
().get(0)
The System Locale Selectorarrow-up-right will find the correct locale, meaning Unity's localization plugin can be used with default settings.
If the current language is not supported by your application, default to en-US.
en-US
Last updated 5 months ago