Contents

alternateQuotationBeginDelimiterKey

The alternating begin quotation symbol associated with the locale.

Declaration

static let alternateQuotationBeginDelimiterKey: 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, quotationBeginDelimiterKey, then alternateQuotationBeginDelimiterKey, etc.

See Also

Keys