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
Add InfoPlist.strings to your project and localize it. Put this in different languages:
"CFBundleDisplayName" = "App Name";