开发者

Custom locale in Android

开发者 https://www.devze.com 2023-01-20 15:03 出处:网络
the Android phones in Slovakia have a custom locale - en_SK a开发者_开发问答nd cs_SK. Language is either Czech or English, location is Slovakia. Now I would like to have strings that target these loca

the Android phones in Slovakia have a custom locale - en_SK a开发者_开发问答nd cs_SK. Language is either Czech or English, location is Slovakia. Now I would like to have strings that target these locales. The default approach is to create a folder "values-CountryCode", for Czech Republic it's values-cs.

But I get a build error if I add a folder name values-en_SK or values-cs_SK: "invalid resource directory name"

What to do?


I am answering my own question :-).

It's values-en-rSK, -r is Region.


For Slovakia - Slovak location you have to create folder

res/values-sk-rSK

Working in Android 2.3 and >

0

精彩评论

暂无评论...
验证码 换一张
取 消