Xcode: Application name in OS X cannot be localized?
- by Andrew Chang
I have an project named "Multi-Camera Supervisor". I make the "MainMenu.xib" file localized. Here are the menu bar in localized nib file of Xcode:
For English:
For Japanese:
But when I ran my application in Xcode, The first item doesn't work. Here are the menu bars when my application ran:
For English:
For Japanese
You can see that the application name was still "Multi-Camera Supervisor".
Meanwhile, the application name appeared in Dock icon was not localized either.
How should I solve this? How can I localize the application name not only in main menu but also in Dock?