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 display
Okay, even though this is a pretty old question, it came up high on my google searches for this topic. Hence I thought it might make sense to update the answers:
In Xcode 4.X, follow these steps to localize your bundle name:
Add these two lines to the InfoPlist.strings for the correct language:
"CFBundleDisplayName" = "Name";
"CFBundleName" = "Name";
And after "only" 6 simple steps, you can set your localized app name!!11!1111