| | |
| | | public static Map<String, String> LANGUAGE = new HashMap<String, String>(); |
| | | |
| | | static { |
| | | LANGUAGE.put("en", "英文"); |
| | | LANGUAGE.put("zh-CN", "简体中文"); |
| | | LANGUAGE.put("CN", "繁体中文"); |
| | | LANGUAGE.put("Japanese", "日文"); |
| | | LANGUAGE.put("Korean", "韩文"); |
| | | LANGUAGE.put("ru", "俄文"); |
| | | LANGUAGE.put("pt", "葡萄牙语"); |
| | | LANGUAGE.put("es", "西班牙语"); |
| | | LANGUAGE.put("th", "泰语"); |
| | | LANGUAGE.put("fr", "法语"); |
| | | LANGUAGE.put("vi", "越南语"); |
| | | LANGUAGE.put("ar", "阿拉伯语"); |
| | | LANGUAGE.put("my", "缅甸语"); |
| | | LANGUAGE.put("de", "德语"); |
| | | LANGUAGE.put("de","德语"); |
| | | LANGUAGE.put("en","英语"); |
| | | LANGUAGE.put("es","西班牙语"); |
| | | LANGUAGE.put("fr","法语"); |
| | | LANGUAGE.put("Italy","意大利语"); |
| | | LANGUAGE.put("Turkish","土耳其语"); |
| | | LANGUAGE.put("Romanian","罗马尼亚语"); |
| | | LANGUAGE.put("Greek","希腊语"); |
| | | LANGUAGE.put("Japanese","日语"); |
| | | LANGUAGE.put("Korean","韩语"); |
| | | LANGUAGE.put("pt","葡萄牙语"); |
| | | LANGUAGE.put("vi","越南语"); |
| | | LANGUAGE.put("CN","繁体中文"); |
| | | LANGUAGE.put("zh-CN","简体中文"); |
| | | LANGUAGE.put("gr","希腊语"); |
| | | LANGUAGE.put("th","泰语"); |
| | | LANGUAGE.put("ga","爱尔兰语"); |
| | | LANGUAGE.put("nl","荷兰语"); |
| | | LANGUAGE.put("sv","瑞典语"); |
| | | LANGUAGE.put("da","丹麦语"); |
| | | LANGUAGE.put("no","挪威语"); |
| | | LANGUAGE.put("fi","芬兰语"); |
| | | LANGUAGE.put("ro","罗马尼亚语"); |
| | | LANGUAGE.put("lb","卢森堡语"); |
| | | |
| | | } |
| | | |
| | | /** |