There is a similar question but regarding APK files. Basically, all the localizations from included libraries are exported into the final archive. I've been using for a long time the accepted answer, which implies to extract all files from the APK, remove unwanted resources, and pack everything else into a new APK, and then signing it.
But Google now requires to use Android Application Bundles (AAB) when releasing new apps on Google Play Store.
Is It possible to do something similar to AAB archive? I did have a look at the internal structure and I did not find any string resources.