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

locale

The locale to use when formatting date and time values. 日付と時刻値を書式設定する時に使うロケール。

Declaration 宣言

var locale: Locale! { get set }

Discussion 議論

The default value of this property is the current user’s locale, which is accessible from the current method of NSLocale. You can change this value to a different locale to generate strings based on that locale. このプロパティの省略時の値は、現在のユーザのロケールです、それはNSLocalecurrentメソッドからアクセス可能です。あなたは、この値を異なるロケールに変更して、そのロケールに基づいて文字列を生成できます。

See Also 参照

Configuring the Formatter Options フォーマッタオプションを構成設定する