# locales

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

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Android](/engine/6000.7/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public AndroidLocale[] locales { get; }
```

### Remarks

For example, `en-US`, `fr-FR`. The locale information can be accessed using the Android method [getLocales()](https://developer.android.com/reference/android/content/res/Configuration#getLocales\(\)).

Additional Resources: [AndroidLocale](/engine/6000.7/script-reference/unityengine/android/androidlocale.md)
