locales
Indicates the language and region preferences set on the device in an array.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public AndroidLocale[] locales { get; }
Remarks
For example, , . The locale information can be accessed using the Android method getLocales().
en-USfr-FRAdditional Resources: AndroidLocale