<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSLocale/alternateQuotationEndDelimiter",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSLocale(py)alternateQuotationEndDelimiter"
  },
  "title" : "alternateQuotationEndDelimiter"
}
-->

# alternateQuotationEndDelimiter

The alternate end quotation symbol for the locale.

```
var alternateQuotationEndDelimiter: String { get }
```

## Discussion

Examples of alternate end quotation symbols include `"’"`, `"›"`, and `"』"`.

This property contains the same value returned by the [`object(forKey:)`](/documentation/Foundation/NSLocale/object(forKey:)) method when passing the [`alternateQuotationEndDelimiterKey`](/documentation/Foundation/NSLocale/Key/alternateQuotationEndDelimiterKey) key.

---

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)