Does Apple provide a way for developers to classify the iPhone apps based on language? I have been checking out the various feeds and APIs provided by them, but there seems to be no way to pull apps from any particular language.

Kindly suggest if you know how to work this out.

link|improve this question
feedback

1 Answer

If you want to find apps on the store that "support Japanese", you should check the feeds of the store in that region. Another trick that might work is using foreign-language keywords (only an app that supports french submits french keywords)

If you just want another languae - Most apps actually are multilingual. Just change your language setting on your device and every app supporting that lanuage will use it.
If you want to develop multilingual apps have a look at Apple's Docs

link|improve this answer
Thanks Martin. But this technique will only work if I already have a keyword to search. I am working on a script that will classify the apps based on the language that they support. For instance, the script should be able to tell that this app supports English, French, German, Italian and Spanish whereas this one supports only Japanese. – AnonD Jun 5 '11 at 11:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.