---
title: supportedLocales
framework: speech
role: symbol
role_heading: Type Property
path: speech/dictationtranscriber/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 }
```

## See Also

### Checking locale support

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