# AndroidLocale

> Use this class to retrieve the language and region preferences set on the device.

## Definition

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

```csharp
public class AndroidLocale
```

## Properties

| Property                                                                                  | Description                                         |
| ----------------------------------------------------------------------------------------- | --------------------------------------------------- |
| [country](/engine/6000.7/script-reference/unityengine/android/androidlocale/country.md)   | Indicates the geographical location as an ISO code. |
| [language](/engine/6000.7/script-reference/unityengine/android/androidlocale/language.md) | Indicates the language as an ISO code.              |
