Contents

alternateQuotationEndDelimiterKey

The alternate end quotation symbol associated with the locale.

Declaration

static let alternateQuotationEndDelimiterKey: NSLocale.Key

Discussion

The corresponding value is an NSString object; for example, "’", "›", or "』".

In some locales, when quotations are nested, the quotation characters alternate. Thus, quotationEndDelimiterKey, then alternateQuotationEndDelimiterKey, etc.

See Also

Keys