After translating a nib for localization...

How do I get my app to load the mainmenu.nib of the correct language on launch?
It’s always english even if I go to system prefs and change the language there.

Browser: Safari 531.21.10
Operating System: Mac OS X (10.6)

Hi,

after making the nib file localizable in Xcode and adding a localization the appropriate nib file will be loaded when the system language is changed and the app is relaunched

Crap. You’re right…maybe XCode kept building upon an older version because I cleared the build folder and compiled again and it worked :lol:

Thank you!