For some reason I cannot get the Settings.bundle to recognize my additional languages. I must be missing something obvious, but I just cannot figure it out. Here\'s what I\'ve
After some repeated tries to activate localization,following steps worked for me:
Duplicate the en.lproj folder and rename to whatever language you want (using 2-letter code ie fr.lproj)
Replace the original settings bundle with the new one(without opening xcode).
Now delete the older app and run xcode,Works fine in simulator and on device.
NOTE:Closing xcode,updating of duplicated setting bundle outside xcode and replacing updated back only will help.