---
title: automaticallyIdentifiesLanguages
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsspellchecker/automaticallyidentifieslanguages
---

# automaticallyIdentifiesLanguages

Sets whether the spell checker will automatically identify languages.

## Declaration

```swift
var automaticallyIdentifiesLanguages: Bool { get set }
```

## Parameters

- `flag`: doc://com.apple.documentation/documentation/Swift/true if languages should be automatically identified, otherwise doc://com.apple.documentation/documentation/Swift/false.

## See Also

### Configuring Spell Checkers Languages

- [availableLanguages](appkit/nsspellchecker/availablelanguages.md)
- [userPreferredLanguages](appkit/nsspellchecker/userpreferredlanguages.md)
- [language()](appkit/nsspellchecker/language().md)
- [setLanguage(_:)](appkit/nsspellchecker/setlanguage(_:).md)
