Android应用不再回退到默认值/ strings.xml

时间:2017-10-12 08:48:25

标签: android string localization fallback

我的应用程序已投入生产超过一年。我们在默认的回退值/ strings.xml文件中编写英式英语术语,并通过添加values-en-rUS / strings.xml文件来本地化美国英语的一些术语。这一直都很好。

现在,当手机设置为英国英语时,它突然从美国英语文件中获取字符串。 Google是否更改了后备订单?

1 个答案:

答案 0 :(得分:1)

好的,看起来谷歌改变了后备订单...... https://developer.android.com/guide/topics/resources/multilingual-support.html

enter image description here