2
votes

I am trying to pick up languages for my app. I have Traditional and Simplified Chinese as languages too. All other languages are working but in case of Chinese, where I have 2 values folders, named zh-rCN and zh-rTW, its not taking the languages. Where as if I rename any folder to just zh, it will start picking up that folder string. Also when I rename the folders to zh-CN and zh-TW, that is showing Error in res folder (AAPT Problem).? What can be done to show both languages separately.?

1

1 Answers

1
votes

It's working for me, make sure that

  1. the strings are in values-zh-rCN and values-zh-rTW respectively
  2. test on different devices to make sure it's just not a problem for a single device