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?
Asked
Active
Viewed 763 times
1

WrightsCS
- 50,551
- 22
- 134
- 186

JE Herrejon
- 402
- 3
- 10
-
Is your device default language English? – WrightsCS Oct 16 '12 at 03:48
-
No, I tested it in spanish and english devices. – JE Herrejon Oct 16 '12 at 03:58
-
What is the "**Localization native development region**" set to in your **info.plist**? See this example: http://snapplr.com/r7rs – WrightsCS Oct 16 '12 at 04:02
1 Answers
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.
-
**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