Reputation: 16094
I'm developing an iPhone app for italian language.
I set the language in the info.plist but seems not to work for some controls as AirPrint dialogs. The simulator and the iPhone are set to italian language but the dialog is in english...
I'm developing the app for iOS5 & iOS6
Am I missing something?
Upvotes: 0
Views: 159
Reputation: 16094
Solved. I created the "Localization" key in my plist file, then I removed all the MainStoryboard references in my project and I reimported the storyboard from the it.lproj folder.
It works now.
Upvotes: 1