Xcode: Application name in OS X cannot be localized?

Posted by Andrew Chang on Stack Overflow See other posts from Stack Overflow or by Andrew Chang
Published on 2013-10-29T09:08:03Z Indexed on 2013/10/29 9:54 UTC
Read the original article Hit count: 315

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about xcode