I’d like to know what to name my folder for different languages. Where can I find the supported list of languages on Android?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As of
Android 5.0, all languages inBCP 47are available for application development (they may not necessarily be available for selection in a given device’s system settings, though). When usingISO 639-1codes, the resource folder has the formatvalues-xx...where xx is theISO-639-1code.When using
BCP 47tags, the resource folder is namedvalues-b+xxx...where xxx is the three-letter language code.Here’s the list for before Android 2.3 (Source)