I am running into the same problem as jTouch describes here: https://forums.coronalabs.com/topic/59750-mac-desktop-app-name-i18n/
I am trying to submit a Mac build (ported from iOS) that has 11 language localizations. On iOS I localize the display name with the .lproj folders with InfoPlist.strings files inside as described here: http://lauratallardy.com/app-localization-made-easy/ and it works fine.
On mac builds this approach doesn’t work. Even though - as far as I can understand from reading apples documentation - it should work the same way for iOS/Mac. So I guess Corona should enable it somehow in the build process for desktop applications?
Right now this is a problem for me because apple rejected my app saying:
3.4
The app name to be displayed on the App Store does not sufficiently match the name of the app displayed when installed on Mac OS X.
Could someone please take a look at this? Thanks