I am trying to release my first Android App. It has a great deal of dialogue so I opted for English only. All the dialogue is in the program code and none of it is in strings.xml.

When I uploaded my .apk to Slide ME for certification, the preview screen claimed that my game supported every language from Urdu to Tagalog, etc. I sent them an email and they claim that this information is drawn from my .apk file.

Is this true? Is there some way to indicate (perhaps in my Android Manifest) that the game is solely in English?

有帮助吗?

解决方案

If you're using the google-play-services api (for ads perhaps?) it will have the effect of announcing support for 57 languages.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top