Cannot localize iPad app name in "Open in"
I have set CFBundleDisplayName and CFBundleName in InfoPlist.strings. The app name is correctly localized on the iPad main screen and under the app list in settings.
However, I cannot get it to be localized in "Open in" app list when I try launch my app by opening PDF files from other a开发者_Go百科pplication. The app name is also not localized in the app list of File Sharing on iTunes on my Mac. They always display the ${PRODUCT_NAME} instead.
Other notes: I have set CFBundleAllowMixedLocalizations and LSHasLocalizedDisplayName to true, and CFBundleDevelopmentRegion to English. CFBundleDisplayName and CFBundleName are set to ${PRODUCT_NAME} in Info.plist (default settings).
Please help. Thanks.
精彩评论