# language

> Indicates the language as an ISO code.

## Definition

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

```csharp
public string language { get; }
```

### Remarks

For example, `en` (English), `de` (German). For more information, refer to the the Android developer documentation on [Locale](https://developer.android.com/reference/java/util/Locale).
