I think I need to do something with this, so I sent a message to Horst
for a few more details.
My question for the group is:
I localized my app to Spanish with javascript, no problem there.
In my Itunes setup, I put in my Spanish app name and description.
When I open Itunes Spain, the app is listed in Spanish, however when I
open Itunes Mexico, Argentina, etc, my app is listed in English.
Itunes help says this:
Where do the available languages displayed for my app in the App Store
come from?
The languages that are displayed for your application in the App Store
are determined by the localization (.lproj) folders in your
application bundle. Missing or invalid localizations in your
application bundle are typically caused by misconfigured localizations
in your Xcode project. This list of available languages displayed on
the App Store does not come from entered localizations in iTunes
Connect but is taken directly from what you enter in your binary.
So I don't know why my Spanish description shows up correctly for in
Itunes Spain, according to Apple's help it shouldn't.
Anyhow, I want it to work for all countries, so I need to do something
like Horst did for the app name, but would also like to have the app
descriptions listed in Spanish.
Anybody who's done this, please help with adding all the necessary
settings to my Xcode project
thanks
On Jul 8, 3:12 am, Horst <
ho...@klier.net> wrote:
> Solved. Yippie-a-yeahhh.
>
> I have googled and read through masses of documentation. But after
> hours and hours the solution was this:
>
> When making a localized phonegap app, thelanguageshave to be added
> into
plist.info:
> <key>CFBundleLocalizations</key>
> <array>
> <string>English</string>
> <string>German</string>
> </array>
>
> But the localized folders are en.lprojand de.lproj. So i had to