---
title: alternateQuotationEndDelimiterKey
framework: corefoundation
role: symbol
role_heading: Type Property
path: corefoundation/cflocalekey/alternatequotationenddelimiterkey
---

# alternateQuotationEndDelimiterKey

Specifies the alternating end quotation symbol associated with the locale. In some locales, when quotations are nested, the quotation characters alternate. Thus, NSLocaleQuotationEndDelimiterKey, then NSLocaleAlternateQuotationEndDelimiterKey, and so on.

## Declaration

```swift
static let alternateQuotationEndDelimiterKey: CFLocaleKey!
```

## Discussion

Discussion The corresponding value is a CFString object.

## See Also

### Constants

- [identifier](corefoundation/cflocalekey/identifier.md)
- [languageCode](corefoundation/cflocalekey/languagecode.md)
- [countryCode](corefoundation/cflocalekey/countrycode.md)
- [scriptCode](corefoundation/cflocalekey/scriptcode.md)
- [variantCode](corefoundation/cflocalekey/variantcode.md)
- [exemplarCharacterSet](corefoundation/cflocalekey/exemplarcharacterset.md)
- [calendarIdentifier](corefoundation/cflocalekey/calendaridentifier.md)
- [calendar](corefoundation/cflocalekey/calendar.md)
- [collationIdentifier](corefoundation/cflocalekey/collationidentifier.md)
- [usesMetricSystem](corefoundation/cflocalekey/usesmetricsystem.md)
- [measurementSystem](corefoundation/cflocalekey/measurementsystem.md)
- [decimalSeparator](corefoundation/cflocalekey/decimalseparator.md)
- [groupingSeparator](corefoundation/cflocalekey/groupingseparator.md)
- [currencySymbol](corefoundation/cflocalekey/currencysymbol.md)
- [currencyCode](corefoundation/cflocalekey/currencycode.md)
