Jacek
Jacek

Reputation: 1914

iPhone localization - some localized XIBs do not load

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

Answers (4)

Mike
Mike

Reputation: 904

On the simulator I had to use "iOS Simulator" -> "Reset Content and Settings"

Upvotes: 0

maha
maha

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

Jacek
Jacek

Reputation: 1914

Answer is: reboot the iPhone.

Upvotes: 4

Jakub
Jakub

Reputation: 3129

I had a similar issue on the Simulator. Cleaning all targets helped me. Give it a try.

Upvotes: 1

Related Questions