userQuotesArray(forLanguage:)
Returns the default values for quote replacement.
Declaration
func userQuotesArray(forLanguage language: String) -> [String]Parameters
- language:
The language for quote replacement.
Return Value
An array of quote replacements used by the quotes key-value pair.
See Also
Managing the Spell-Checking Process
uniqueSpellDocumentTag()closeSpellDocument(withTag:)ignoreWord(_:inSpellDocumentWithTag:)ignoredWords(inSpellDocumentWithTag:)setIgnoredWords(_:inSpellDocumentWithTag:)setWordFieldStringValue(_:)updateSpellingPanel(withMisspelledWord:)completions(forPartialWordRange:in:language:inSpellDocumentWithTag:)hasLearnedWord(_:)unlearnWord(_:)learnWord(_:)userReplacementsDictionary