Global Variable
グローバル変数
NSCurrentLocaleDidChangeNotification
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
ユーザの持つロケールを取得する
currentLocale
A locale representing the user's region settings at the time the property is read.
プロパティが読み出された時点でのユーザの持つ地域設定を表すロケール。
systemLocale
A locale representing the generic root values with little localization.
少しのローカライズで一般的ルート値を表しているロケール。
Related Documentation
関連文書
NSNotification
A container for information broadcast through a notification center to all registered observers.
情報のためのコンテナは、通知センターを通じてすべての登録されたオブザーバに放送されます。