Change language in android application using string file

后端 未结 5 2112
一生所求
一生所求 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

    Always follow official tutorial

    Add your string files here.

    if you don't have one, Create values-fil folder in the MyProject/res folder.

    Check this if you want to handle Phone system language changes.

提交回复
热议问题