I\'m new in java and actually developing a game app and I wanted add a feature which could change languages in the game.
I already made 2 strings.xml. O
strings.xml
When you are supporting multiple languages , You need to create separate values folder like values-fr for instance and put your stings.xml file inside this folder . Should work. Hope this helps!