Type Property 型プロパティ

currentLocaleDidChangeNotification

A notification that indicates that the user’s locale changed. ユーザのロケールが変化したことを指し示す通知。

Declaration 宣言

class let currentLocaleDidChangeNotification: NSNotification.Name

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 ユーザの持つロケールを取得する

Related Documentation 関連文書