如何在不同strings.xml的代码中进行自动翻译?

时间:2015-12-23 10:37:02

标签: java android xml internationalization

我的应用程序中有2种语言:西班牙语和英语 我已将相应的值放在Android Studio的翻译编辑器中。

在xml中,我只给文本一个这样的字符串:

@string/player_title

并且,根据语言,它会自动显示英语或西班牙语等价物。

但在java中,当我给出默认值时,如下所示:

textView.setText(R.string.player_title);

它不会产生相同的结果!
如何让翻译编辑器为我提供相应的翻译?

0 个答案:

没有答案