Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multi language apps in Android Market - screenshots for more than one language?

In Apple iTunes app market one can have separate screenshots for each language - in Android I can't find it.

Is there really only one set of screenshots per app and only the description can be localized?

Or did I miss something here?

Many thanks!

like image 877
user387184 Avatar asked Oct 29 '11 12:10

user387184


People also ask

How do apps support multiple languages?

Android resolves language- and culture-specific resources based on the system locale setting. You can provide support for different locales by using the resources directory in your Android project. You can specify resources tailored to the culture of the people who use your app.

How do you create a multi language application?

Multilanguage support is easy done for android. Create a new values directory for the language with the suffix of the language code. For german: values-de or french: values-fr than copy your string. xml into that and translate each entry.


1 Answers

No, you are correct. The localization support is only for descriptions.

like image 174
rui.araujo Avatar answered Oct 12 '22 08:10

rui.araujo