Instance Property インスタンスプロパティ

quotationEndDelimiter

The end quotation symbol for the locale. このロケールに対する終了引用表象。

Declaration 宣言

@property(readonly, copy) NSString *quotationEndDelimiter;

Discussion 議論

Examples of end quotation symbols include "”", "“", "»", and "」". 終了引用表象の例は、"”""“""»"、そして"」"です。

This property contains the same value returned by the objectForKey: method when passing the NSLocaleQuotationEndDelimiterKey key. このプロパティは、objectForKey:メソッドにNSLocaleQuotationEndDelimiterKeyキーを渡す場合に返されるのと同じ値を含みます。

See Also 参照

Getting Information About a Locale ロケールについての情報を取得する