---
title: installedLocales
framework: speech
role: symbol
role_heading: Type Property
path: speech/dictationtranscriber/installedlocales
---

# installedLocales

The locales that the transcriber can transcribe into, considering only locales that are installed on the device.

## Declaration

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

## See Also

### Checking locale support

- [supportedLocales](speech/dictationtranscriber/supportedlocales.md)
- [supportedLocale(equivalentTo:)](speech/dictationtranscriber/supportedlocale(equivalentto:).md)
