Contents

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

Related Documentation

Getting the User’s Locale