---
title: locale
framework: speech
role: symbol
role_heading: Instance Property
path: speech/sfspeechrecognizer/locale
---

# locale

The locale of the speech recognizer.

## Declaration

```swift
var locale: Locale { get }
```

## Discussion

Discussion The locale of the speech recognizer is an NSLocale object. The default value of this property is the system locale (that is, +[NSLocale systemLocale]).

## See Also

### Getting the current language

- [supportedLocales()](speech/sfspeechrecognizer/supportedlocales().md)
