
It's conceivable. You can set the region. In any case, i would not suggest that. We've attempted it at early stages, it's fundamentally battling the framework. We have same necessity for evolving dialect, however chose to settle to the way that UI ought to be same as telephone UI. It was working by means of setting area yet was excessively carriage. What's more, you need to set it each time you enter action ( every movement ) from my experience. here is a code on the off chance that despite everything you require this ( once more, i don't prescribe that )
Resources res = context.getResources();
// Change locale settings in the app.
DisplayMetrics dm = res.getDisplayMetrics();
android.content.res.Configuration conf = res.getConfiguration();
conf.locale = new Locale(language_code.toLowerCase());
res.updateConfiguration(conf, dm);
0 comments:
Post a Comment