How do we let the google play store know which languages are supported?

Google Play Developer Console is recommending that we “translate strings in our apk”.

Our app already has translations done in 9 languages and we use system.getPreference() to detect the UI langauge at run time.  How do we let the Google Play Store know which languages are supported?

With iOS builds we use CFBundleLocalizations to let the app store know.

+1

+1