Reputation: 29
I have an iOS app which is localised in German and English. Below is the contents of infoPlist.strings(english as well as German) files.
/* Localized versions of Info.plist German keys */
CFBundleDisplayName = "ABCinGerman";
CFBundleName = "ABCinGerman";
/* Localized versions of Info.plist English keys */
CFBundleDisplayName = "ABCinEnglish";
CFBundleName = "ABCinEnglish";
If the device language is set to German, I can see appname being displayed on the iphone as ABCinGerman.
if the device language is set to English, I can see appname as target_name not ABCinEnglish. Any clue?
Upvotes: 0
Views: 115
Reputation: 2461
Give this app a try. I've never used it, but I saw a blog post about it. The post made it seem like the Mac App did everything for you.
https://itunes.apple.com/us/app/localize-apps-now/id963897797?mt=12
Upvotes: 1