I've configured my app with both Simplified and Traditional Chinese
localization by using values-zh-rCN and values-zh-rTW folders.

How does Android use that region component?  For example, what about
users living in, say, Singapore (where Simplified is used) and Hong
Kong (where Traditional is used)?

I'm guessing "zh-rCN" and "zh-rTW" are treated in combination. So that
in Singapore the locale will be set to "zh-rCN" and in Hong Kong, the
locale will be set to "zh-rTW". Is this correct?

Is it a safer strategy to place Simplified localization in "values-zh"
and Traditional localization in "values-zh-rTW"?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to