1

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?

WrightsCS
  • 50,551
  • 22
  • 134
  • 186
JE Herrejon
  • 402
  • 3
  • 10

1 Answers1

2

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.

Community
  • 1
  • 1
WrightsCS
  • 50,551
  • 22
  • 134
  • 186
  • **Localization native development region** is **en**, I changed to **es** but still displaying in English, the problem with String file, is that I haven't found how change the components in the EKEventEditController. – JE Herrejon Oct 16 '12 at 04:23