Is it possible to change the language of an app programmatically while still using Android resources?
If not, is it possible to request a resource in an specific lan
Locale configuration should be set in each activity before setting the content - this.setContentView(R.layout.main);
Locale
configuration
activity
this.setContentView(R.layout.main);