I tried to localize the application name using CFBundleDisplayName.
I made localized InfoPlist.strings in two different languages.
One line file says:
CFBundleDisplayName = "x11111" and another:
CFBundleDisplayName = "y22222"
And in the info.plist file, I added the property "Application requires iPhone environment" and set the boolean to YES. And in info.plist, "Display Name Bundle", I used "x11111".
Localization worked fine on the simulator, but when tested on the device, it did not work. On the device, the name that I used for "Display Name Bundle" in info.plist can only be displayed.
By the way, I'm using cocos2d for a project.
Anything I missed or did wrong?
source
share