Type Property
型プロパティ
currentLocaleDidChangeNotification
A notification that indicates that the user’s locale changed.
ユーザのロケールが変化したことを指し示す通知。
Discussion
議論
Register for this notification if your app displays content (dates, times, numbers, and so on) that is affected by the locale. Use the notification to trigger updates to your app's interface.
この通知に対して登録してください、もしあなたのアプリがロケールによって絵提供される内容(日付、時刻、など)を表示するならば。この通知を使うことで、あなたのアプリのインターフェイス更新を引き起こしてださい。
See Also
参照
Getting the User's Locale
ユーザの持つロケールを取得する
class var current: Locale
A locale representing the user's region settings at the time the property is read.
プロパティが読み出された時点でのユーザの持つ地域設定を表すロケール。
class var system: Locale
A locale representing the generic root values with little localization.
少しのローカライズで一般的ルート値を表しているロケール。
Related Documentation
関連文書
class NSNotification
An object containing information broadcast to registered observers that bridges to ; use when you need reference semantics or other Foundation-specific behavior.