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

# userQuotesArray(forLanguage:)

Returns the default values for quote replacement.

```
func userQuotesArray(forLanguage language: String) -> [String]
```

## Parameters

`language`

The language for quote replacement.

## Return Value

An array of quote replacements used by the [`quotes`](/documentation/AppKit/NSSpellChecker/OptionKey/quotes) key-value pair.

---

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)