How could change language of Google Map V2 to Hindi or other language while using within Android app.
There are some queries on this but unable to get proper answer.
I have tried to change language of my phone to Hindi then Google map app in device started showing text in Hindi but the map in my android app is still showing text in English completely.
Update: I am able to change language of Google Map V2 to Japan and Korea using language code "ja" and "ko" as below,
Locale.setDefault(new Locale("ja"));
But not still able to change it to Hindi by using ("hi" or "hi_IN" or "hi-IN" or "hi-rIN"). Is there any other language code for Hindi in Android?