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

前端 未结 14 1396
我在风中等你
我在风中等你 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 02:53

    I found a list, which might be the full list of supported locales by a given Android version (API level): go to Android-sdk\platforms\android-[XX]\data\res\values\ where XX means the API level, and open locale_config.xml with any text editor. It's human readable and can be easily processed if needed.

提交回复
热议问题