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

locale

The locale to use when formatting items in the list. リストの中の項目を書式設定する時に使うロケール。

Declaration 宣言

var locale: Locale

Discussion 議論

A Locale instance is typically used to provide, format, and interpret information about and according to the user’s customs and preferences. Localeインスタンスは、概して利用者のカスタムおよび環境設定によってそしてそれについて情報を提供、書式設定、そして解釈するために使われます。

Examples include ISO region and language codes, currency code, calendar, system of measurement, and decimal separator. 例として、ISO地域(リージョン)および言語コード、通貨コード、カレンダー、単位系、そして小数分離子が含まれます。

The default value is autoupdatingCurrent. If you set this property to nil, the formatter resets to using autoupdatingCurrent. 省略時の値は、autoupdatingCurrentです。あなたがこのプロパティをnilに設定するならば、フォーマッタはautoupdatingCurrentを使うように再設定します。

See Also 参照

Modifying a List Format Style リスト書式設定スタイルを修正する