restring icon indicating copy to clipboard operation
restring copied to clipboard

How to change the language dynamically?

Open alikrc opened this issue 6 years ago • 2 comments

Locale.setDefault(newLocale); in main activity?

alikrc avatar Sep 25 '18 21:09 alikrc

Locale.setDefault("de"); ((TextView) findViewById(R.id.text_view2)).setText(R.string.subtitle);

In main activity this can be set like this.

alikrc avatar Sep 26 '18 10:09 alikrc

How to reload Activity with updated resources, without restarting the app?

megurupriyan avatar Oct 10 '19 09:10 megurupriyan