How to handle language specific dynamic delivery with Android App bundle?

Emil Alipiev 271 Reputation points
2020-11-20T02:56:25.953+00:00

I have some json files as embedded resources in my app. Those are like data_en.json, data_de.json, data_fr.json.
When I publish my app as app bundle to google play store, is there a way to tell google those are languages specific for 4 languages that my app supports.
So if the french user downloads my app, he only downloads data_fr.json and english user download data_en.json as it is called dynamic delivery.
I have seen this is not even handled automatically for resx files for xamarin applications. So my question is how google does that dynamic delivery and how we can make google to distinguish those files based on language?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,297 questions
{count} votes