I have two files: strings.xml
(my native language) and string2.xml
(English language).
Is there a way to, on button click, load one of these files?
For example, on button click if I use file strings.xml
then change the default to string2.xml
. Or if I use string2.xml
, then on click change to string.xml
.