You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ken Harris edited this page Dec 23, 2017
·
1 revision
This returns a localized string, according to the system locale. If the application isn't localized, this will look out of place. Set f.locale = Locale(identifier: "en_US") to use English. Other parts of the stdlib/OS that do this: DateComponentsFormatter; MapKit (no workaround?).