Change language in android application using string file

后端 未结 5 2107
一生所求
一生所求 2020-12-10 15:29

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

5条回答
  •  温柔的废话
    2020-12-10 15:49

    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!

提交回复
热议问题