Created
October 6, 2016 23:11
-
-
Save TikiTDO/a5313569cb3c9af83ae1c1921a7ad18c to your computer and use it in GitHub Desktop.
Languages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tempLocales.put("ara", "Arabic"); | |
tempLocales.put("ben", "Bengali"); | |
tempLocales.put("bur", "Burmese"); | |
tempLocales.put("zho", "Cantonese"); | |
tempLocales.put("eng", "English"); | |
tempLocales.put("fra", "French"); | |
tempLocales.put("ger", "German"); | |
tempLocales.put("guj", "Gujarati"); | |
tempLocales.put("hin", "Hindi"); | |
tempLocales.put("ita", "Italian"); | |
tempLocales.put("jav", "Javanese"); | |
tempLocales.put("jpn", "Japanese"); | |
tempLocales.put("kan", "Kannada"); | |
tempLocales.put("kor", "Korean"); | |
tempLocales.put("may", "Malay"); | |
tempLocales.put("chi", "Mandarin"); | |
tempLocales.put("mar", "Marathi"); | |
tempLocales.put("prs", "Persian (Farsi)"); | |
tempLocales.put("pol", "Polish"); | |
tempLocales.put("por", "Portuguese"); | |
tempLocales.put("pan", "Punjabi"); | |
tempLocales.put("rus", "Russian"); | |
tempLocales.put("spa", "Spanish"); | |
tempLocales.put("tam", "Tamil"); | |
tempLocales.put("tel", "Telugu"); | |
tempLocales.put("tha", "Thai"); | |
tempLocales.put("tur", "Turkish"); | |
tempLocales.put("urd", "Urdu"); | |
tempLocales.put("vie", "Vietnamese"); | |
tempLocales.put("wuu", "Wu"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment