I am making a widget for my app and I would like to localize the display name. I have set the property: Application has localized display name = YES;
in my Info.plist already and i have made the localized:
Info.strings (Danish)
and Info.strings (English)
each files containing the lines: "CFBundleDisplayName" = "MyDisplayName"; - one in english and one in danish
"CFBundleName" = "myName";
It still does not work! Can anyone help?