# GetAudioLanguageCode(ushort)

> Returns the language code, if any, for the specified track.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Video](/engine/6000.3/script-reference/unityengine/video.md)
* **Assembly:** UnityEngine.VideoModule

```csharp
public string GetAudioLanguageCode(ushort trackIndex)
```

### Parameters

**** (\[ushort]\(https\://learn.microsoft.com/dotnet/api/system.uint16)): Index of the audio track to query.

### Returns

| Type                                                           | Description    |
| -------------------------------------------------------------- | -------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | Language code. |

### Remarks

For URL sources, this will only be set once the source preparation is completed.  See [VideoPlayer.Prepare](/engine/6000.3/script-reference/unityengine/video/videoplayer/prepare.md).
