<!--
{
  "availability" : [
    "macOS: 10.8.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTextAlternativesAttributeName",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@NSTextAlternativesAttributeName"
  },
  "title" : "NSTextAlternativesAttributeName"
}
-->

# NSTextAlternativesAttributeName

The alternatives for the text.

```
extern NSAttributedStringKey NSTextAlternativesAttributeName;
```

## Discussion

The value of this attribute is an [`NSTextAlternatives`](/documentation/AppKit/NSTextAlternatives) object representing alternatives for a string that may be presented to the user.

---

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)