Reputation: 1914
I have made an iPhone app with localized versions. It mostly works fine, but there are two views in which localized NIBs do not load. Standard NIBs (in English) are used. I am sure I made localization properly ("Get Info", "Make file localizable", "Add Localization", added "pl" - for Polish, and then edited created NIB). All the other views are fine. What might be the problem?
Upvotes: 3
Views: 2173
Reputation: 904
On the simulator I had to use "iOS Simulator" -> "Reset Content and Settings"
Upvotes: 0
Reputation: 126
Another one for the simulator on SDK 4.0 - delete the application on the simulator, build -> clean all targets in XCode and restart
Upvotes: 6
Reputation: 3129
I had a similar issue on the Simulator. Cleaning all targets helped me. Give it a try.
Upvotes: 1