restring
restring copied to clipboard
How to change the language dynamically?
Locale.setDefault(newLocale); in main activity?
Locale.setDefault("de");
((TextView) findViewById(R.id.text_view2)).setText(R.string.subtitle);
In main activity this can be set like this.
How to reload Activity with updated resources, without restarting the app?