How can I localize bundle display name of an iPhone app? The name displayed in iPhone main screen under app icon. I wish a single binary bundle package which will be displayed multilingually.
Here's some instructions:
InfoPlist.strings
cmd-opt-0
) and select the first paneen.lproj
in the item's original folder. Re-select it in the Project Navigator.It's generally good to start with all the items you want to localize in the same folder, that way when they get localized, Xcode doesn't create a whole bunch of en.lproj
and ja.lproj
files all over your project. Call it something like "Localized Resources".
You can localize the app name now by adding the localized name to each file like this (for the French localized file):
"CFBundleDisplayName" = "Bonjour";