<!--
{
  "availability" : [
    "macOS: 10.6.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSSpellChecker/automaticallyIdentifiesLanguages",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSSpellChecker(py)automaticallyIdentifiesLanguages"
  },
  "title" : "automaticallyIdentifiesLanguages"
}
-->

# automaticallyIdentifiesLanguages

Sets whether the spell checker will automatically identify languages.

```
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>.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)