What is the list of supported languages/locales on Android?

前端 未结 14 1403
我在风中等你
我在风中等你 2020-11-22 02:06

I\'d like to know what to name my folder for different languages. Where can I find the supported list of languages on Android?

14条回答
  •  执笔经年
    2020-11-22 03:02

    As of Android 7.0, you can read the list from the Language settings straight in the source. You can see the Android version in the URL:

    • https://android.googlesource.com/platform/frameworks/base/+/android-9.0.0_r1/core/res/res/values/locale_config.xml
    • https://android.googlesource.com/platform/frameworks/base/+/android-8.1.0_r1/core/res/res/values/locale_config.xml
    • https://android.googlesource.com/platform/frameworks/base/+/android-8.0.0_r1/core/res/res/values/locale_config.xml
    • https://android.googlesource.com/platform/frameworks/base/+/android-7.1.2_r1/core/res/res/values/locale_config.xml
    • https://android.googlesource.com/platform/frameworks/base/+/android-7.0.0_r1/core/res/res/values/locale_config.xml

    The list for Google Play descriptions is different:

    • https://support.google.com/googleplay/android-developer/table/4419860

提交回复
热议问题