Search code examples
iosios5eventkitekevent

How can I get EventKitUI to use the device language?


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?


Solution

  • 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.