My app supports multi languages and which can change dynamically within app and that is working fine with APK previously. But When I adapt AAB instead of APK then I am facing this issue. Now my app not change language within app but if I will change language of my device then It will change language of my app as well. Is there any solution for the above issue instead of using
bundle {
language {
enableSplit = false
}
}