I have 2 string resources in my project. Hindi and English. And it changes dynamically in app itself. I want to launch my application in hindi although default language of device is English.
If I change default language in play console to hindi then dose application launch in hindi?
Or I have to write code for same?
Please suggest