What platform are you building for?
Android
What framework are you building with?
Cordova
What is your build ID?
1975cfa9-40e0-438c-997e-3ebbf7a96917
What is your error message?
Hi:
I get my Cordova app to show up on the Android App language selection list, though only with the default language, no language selection.
I have a locales_config.xml file in resources/xml with this type of text
<locale-config>
<locale>en</locale>
<locale>it</locale>
</locale-config>
In config.xml i Have:
<edit-config file="AndroidManifest.xml" target="/manifest/supports-screens" mode="merge">
<supports-screens android:anyDensity="true" android:resizeable="true"
android:smallScreens="true" android:normalScreens="true" android:largeScreens="true"
android:xlargeScreens="true" />
</edit-config>
<edit-config file="AndroidManifest.xml" target="/manifest/application" mode="merge">
<application android:localeConfig="@xml/locales_config" />
</edit-config>
Please describe the issue:
Language cannot be selected at Android app language selection