---
title: supportedLocales
framework: speech
role: symbol
role_heading: Type Property
path: speech/speechtranscriber/supportedlocales
---

# supportedLocales

The locales that the transcriber can transcribe into, including locales that may not be installed but are downloadable.

## Declaration

```swift
static var supportedLocales: [Locale] { get async }
```

## Discussion

Discussion This array is empty if the device does not support the transcriber.

## See Also

### Checking locale support

- [installedLocales](speech/speechtranscriber/installedlocales.md)
- [supportedLocale(equivalentTo:)](speech/speechtranscriber/supportedlocale(equivalentto:).md)
