When I select the Info.plist file so that the App name can be localized and try to build the project, the build fails with an error saying that the Info.plist file cannot be found.
If I change the Info.plist file path to PROJECTNAME/en.lproj/Info.plist
it builds, but the App's name is not localized; if I run on a Portugues iPhone it has the English name.
Why?
Thanks,
RL
If you want to change the name, that will be displayed on your screen, right under your icon, in Xcode 4, go to Targets → Info → Bundle Display Name and change it to whatever you want.
Add InfoPlist.strings
to your project and localize it. Put this in different languages:
"CFBundleDisplayName" = "App Name";
Here is a solution I found tonight / localized app names / xcode 4.5:
InfoPlist.strings
(Portuguese) InfoPlist.strings
(Portuguese), its content will appear in the window right next to it. Put that code inside:
"CFBundleDisplayName" = "Title in Portuguese"; "CFBundleName" = "Title in Portuguese";
Then SAVE the file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With