I have just discovered that after upgrading to the latest Xcode 3.2.2, I am not able anymore to localize Settings.bundle. The \"Make File Localizable button always appears g
Looks very strange, maybe need to report to bugreport? But here is workaround that works.
Settings.bundle
in Finder.en.lproj
and rename to desired language (e.g., fr.lproj
).Now you can go back to Xcode and edit localized Root.strings
and files as you need.