Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AndroidConfiguration.locales

public AndroidLocale[] locales;

Description

Indicates the language and region preferences set on the device in an array.

For example, en-US, fr-FR. The locale information can be accessed using the Android method getLocales().

Additional resources: AndroidLocale