Play Store app localization

前端 未结 3 482
难免孤独
难免孤独 2020-12-16 13:00

I\'m about to upload my first app to the Google Play store and when I uploaded the APK to the Developer Console, it says under Localizations: default + 55 languages

3条回答
  •  眼角桃花
    2020-12-16 13:25

    Was looking for this solution everywhere, the answer which works and removes localisations from the Google Play store for cordova apps is

    defaultConfig { 
        resConfigs "en"
    }
    

    Or change "en" to whichever language you wish.

提交回复
热议问题