Catalan and Basque resources in Android

前端 未结 6 773
无人及你
无人及你 2021-01-11 12:57

When you want to add locale-specific resources in Android, you have to add the lowercase ISO-3166-1 code of the language to the resource folder\'s name. So far so good.

6条回答
  •  一整个雨季
    2021-01-11 13:42

    Adding a new language in LocaleSwitch, you need to type the ISO 639-1 code. For instance, if you want to switch to basque you need to enter "eu". Afterwards, you will see the new locale as "vasco".

    That makes me think that basque locale is supported by android.

提交回复
热议问题