I am trying to localize the name of my application but cannot make it work. I have a localized InfoPlist.strings with the following contents:
CFBundleDisplayName = "Application Name in English"; CFBundleName = "App Name โ in English";
and LSHasLocalizedDisplayName
( Application has localized Display Name
) set to YES
. What else can I lose?
What can i skip? In another application, this works unreasonably, but for this application I canโt get a name to be localized.
InfoPlist.strings is in the same directory as other localized strings, and the target membership is also selected.
EDIT : as I found out, I have two langauages โโ(German, English) and it works in German, but not in English ... localizing the application (localizable.strings) to the same directory works fine, but InfoPlist. strings don't ...
source share