Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

release notes and language in Google Play Console

I am updating an app and I have some new release notes for the new features.

During the publishing process Google has introduced a new way to add text for more then one language at the time. This is a good new feature but also confusing.

The release notes are done with a kind of XML Structure. For example the following is prepared by default in my case:

<en-US>
english release notes.
</en-US>
<de-DE>
german release notes.
</de-DE>

If the app is visible to british users, do they also see the text for <en-US> or do I have to add the english text for every specific country ?

like image 429
mcfly soft Avatar asked Dec 29 '17 12:12

mcfly soft


1 Answers

You can easily generate the XML structure for all languages you need with three clicks with the following application: https://androidreleasenotes.com/

You can simply enter your own release notes. These will be translated automatically and you get the xml structure.

like image 72
MatKra Avatar answered Oct 26 '22 00:10

MatKra