Language change is working before uploading to Google Play Store (xml method values-en, values-fr, .......)
but not after uploading to play store (in aab , not for apk).
in stackoverflow said ,use `enableSplit = false` to resolve this problem
B4X:
android {
//... removed for brevity
bundle {
language {
enableSplit = false
}
}
}
I don't know. I just gave that example to you since I found it while looking for my issue.
If B4A compiles without errors when generating the Abb Bundle, then that is probably a good sign.
To test if it works, you will need to upload it using the Play Console and use the internal testing feature. In this way, you can verify on your phone if it works as expected before publishing (or updating) your app.