I’m using an EKEventEditViewController to create, edit and delete events from the event store, but it always displays in English. Is there a way to localize it, so it will use the default language of the device?
I’m using an EKEventEditViewController to create, edit and delete events from the event store,
Share
Set the Localization native development region in your info.plist to the desired language you want in this view controller.
Also see this SO answer.