author | jjb |
Wed, 29 Jul 2009 14:24:19 -0700 | |
changeset 3420 | bba8035eebfa |
parent 1848 | 6ecbe9158c6e |
child 5506 | 202f599c92aa |
permissions | -rw-r--r-- |
2 | 1 |
/* |
2 |
* Copyright 2005-2007 Sun Microsystems, Inc. All Rights Reserved. |
|
3 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
|
4 |
* |
|
5 |
* This code is free software; you can redistribute it and/or modify it |
|
6 |
* under the terms of the GNU General Public License version 2 only, as |
|
7 |
* published by the Free Software Foundation. Sun designates this |
|
8 |
* particular file as subject to the "Classpath" exception as provided |
|
9 |
* by Sun in the LICENSE file that accompanied this code. |
|
10 |
* |
|
11 |
* This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 |
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 |
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 |
* version 2 for more details (a copy is included in the LICENSE file that |
|
15 |
* accompanied this code). |
|
16 |
* |
|
17 |
* You should have received a copy of the GNU General Public License version |
|
18 |
* 2 along with this work; if not, write to the Free Software Foundation, |
|
19 |
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 |
* |
|
21 |
* Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, |
|
22 |
* CA 95054 USA or visit www.sun.com if you need additional information or |
|
23 |
* have any questions. |
|
24 |
*/ |
|
25 |
||
26 |
package java.util; |
|
27 |
||
28 |
class LocaleISOData { |
|
29 |
/** |
|
30 |
* The 2- and 3-letter ISO 639 language codes. |
|
31 |
*/ |
|
32 |
static final String isoLanguageTable = |
|
33 |
"aa" + "aar" // Afar |
|
34 |
+ "ab" + "abk" // Abkhazian |
|
35 |
+ "ae" + "ave" // Avestan |
|
36 |
+ "af" + "afr" // Afrikaans |
|
37 |
+ "ak" + "aka" // Akan |
|
38 |
+ "am" + "amh" // Amharic |
|
39 |
+ "an" + "arg" // Aragonese |
|
40 |
+ "ar" + "ara" // Arabic |
|
41 |
+ "as" + "asm" // Assamese |
|
42 |
+ "av" + "ava" // Avaric |
|
43 |
+ "ay" + "aym" // Aymara |
|
44 |
+ "az" + "aze" // Azerbaijani |
|
45 |
+ "ba" + "bak" // Bashkir |
|
46 |
+ "be" + "bel" // Belarusian |
|
47 |
+ "bg" + "bul" // Bulgarian |
|
48 |
+ "bh" + "bih" // Bihari |
|
49 |
+ "bi" + "bis" // Bislama |
|
50 |
+ "bm" + "bam" // Bambara |
|
51 |
+ "bn" + "ben" // Bengali |
|
52 |
+ "bo" + "bod" // Tibetan |
|
53 |
+ "br" + "bre" // Breton |
|
54 |
+ "bs" + "bos" // Bosnian |
|
55 |
+ "ca" + "cat" // Catalan |
|
56 |
+ "ce" + "che" // Chechen |
|
57 |
+ "ch" + "cha" // Chamorro |
|
58 |
+ "co" + "cos" // Corsican |
|
59 |
+ "cr" + "cre" // Cree |
|
60 |
+ "cs" + "ces" // Czech |
|
61 |
+ "cu" + "chu" // Church Slavic |
|
62 |
+ "cv" + "chv" // Chuvash |
|
63 |
+ "cy" + "cym" // Welsh |
|
64 |
+ "da" + "dan" // Danish |
|
65 |
+ "de" + "deu" // German |
|
66 |
+ "dv" + "div" // Divehi |
|
67 |
+ "dz" + "dzo" // Dzongkha |
|
68 |
+ "ee" + "ewe" // Ewe |
|
69 |
+ "el" + "ell" // Greek |
|
70 |
+ "en" + "eng" // English |
|
71 |
+ "eo" + "epo" // Esperanto |
|
72 |
+ "es" + "spa" // Spanish |
|
73 |
+ "et" + "est" // Estonian |
|
74 |
+ "eu" + "eus" // Basque |
|
75 |
+ "fa" + "fas" // Persian |
|
76 |
+ "ff" + "ful" // Fulah |
|
77 |
+ "fi" + "fin" // Finnish |
|
78 |
+ "fj" + "fij" // Fijian |
|
79 |
+ "fo" + "fao" // Faroese |
|
80 |
+ "fr" + "fra" // French |
|
81 |
+ "fy" + "fry" // Frisian |
|
82 |
+ "ga" + "gle" // Irish |
|
83 |
+ "gd" + "gla" // Scottish Gaelic |
|
84 |
+ "gl" + "glg" // Gallegan |
|
85 |
+ "gn" + "grn" // Guarani |
|
86 |
+ "gu" + "guj" // Gujarati |
|
87 |
+ "gv" + "glv" // Manx |
|
88 |
+ "ha" + "hau" // Hausa |
|
89 |
+ "he" + "heb" // Hebrew |
|
90 |
+ "hi" + "hin" // Hindi |
|
91 |
+ "ho" + "hmo" // Hiri Motu |
|
92 |
+ "hr" + "hrv" // Croatian |
|
93 |
+ "ht" + "hat" // Haitian |
|
94 |
+ "hu" + "hun" // Hungarian |
|
95 |
+ "hy" + "hye" // Armenian |
|
96 |
+ "hz" + "her" // Herero |
|
97 |
+ "ia" + "ina" // Interlingua |
|
98 |
+ "id" + "ind" // Indonesian |
|
99 |
+ "ie" + "ile" // Interlingue |
|
100 |
+ "ig" + "ibo" // Igbo |
|
101 |
+ "ii" + "iii" // Sichuan Yi |
|
102 |
+ "ik" + "ipk" // Inupiaq |
|
103 |
+ "in" + "ind" // Indonesian (old) |
|
104 |
+ "io" + "ido" // Ido |
|
105 |
+ "is" + "isl" // Icelandic |
|
106 |
+ "it" + "ita" // Italian |
|
107 |
+ "iu" + "iku" // Inuktitut |
|
108 |
+ "iw" + "heb" // Hebrew (old) |
|
109 |
+ "ja" + "jpn" // Japanese |
|
110 |
+ "ji" + "yid" // Yiddish (old) |
|
111 |
+ "jv" + "jav" // Javanese |
|
112 |
+ "ka" + "kat" // Georgian |
|
113 |
+ "kg" + "kon" // Kongo |
|
114 |
+ "ki" + "kik" // Kikuyu |
|
115 |
+ "kj" + "kua" // Kwanyama |
|
116 |
+ "kk" + "kaz" // Kazakh |
|
117 |
+ "kl" + "kal" // Greenlandic |
|
118 |
+ "km" + "khm" // Khmer |
|
119 |
+ "kn" + "kan" // Kannada |
|
120 |
+ "ko" + "kor" // Korean |
|
121 |
+ "kr" + "kau" // Kanuri |
|
122 |
+ "ks" + "kas" // Kashmiri |
|
123 |
+ "ku" + "kur" // Kurdish |
|
124 |
+ "kv" + "kom" // Komi |
|
125 |
+ "kw" + "cor" // Cornish |
|
126 |
+ "ky" + "kir" // Kirghiz |
|
127 |
+ "la" + "lat" // Latin |
|
128 |
+ "lb" + "ltz" // Luxembourgish |
|
129 |
+ "lg" + "lug" // Ganda |
|
130 |
+ "li" + "lim" // Limburgish |
|
131 |
+ "ln" + "lin" // Lingala |
|
132 |
+ "lo" + "lao" // Lao |
|
133 |
+ "lt" + "lit" // Lithuanian |
|
134 |
+ "lu" + "lub" // Luba-Katanga |
|
135 |
+ "lv" + "lav" // Latvian |
|
136 |
+ "mg" + "mlg" // Malagasy |
|
137 |
+ "mh" + "mah" // Marshallese |
|
138 |
+ "mi" + "mri" // Maori |
|
139 |
+ "mk" + "mkd" // Macedonian |
|
140 |
+ "ml" + "mal" // Malayalam |
|
141 |
+ "mn" + "mon" // Mongolian |
|
142 |
+ "mo" + "mol" // Moldavian |
|
143 |
+ "mr" + "mar" // Marathi |
|
144 |
+ "ms" + "msa" // Malay |
|
145 |
+ "mt" + "mlt" // Maltese |
|
146 |
+ "my" + "mya" // Burmese |
|
147 |
+ "na" + "nau" // Nauru |
|
148 |
+ "nb" + "nob" // Norwegian Bokm?l |
|
149 |
+ "nd" + "nde" // North Ndebele |
|
150 |
+ "ne" + "nep" // Nepali |
|
151 |
+ "ng" + "ndo" // Ndonga |
|
152 |
+ "nl" + "nld" // Dutch |
|
153 |
+ "nn" + "nno" // Norwegian Nynorsk |
|
154 |
+ "no" + "nor" // Norwegian |
|
155 |
+ "nr" + "nbl" // South Ndebele |
|
156 |
+ "nv" + "nav" // Navajo |
|
157 |
+ "ny" + "nya" // Nyanja |
|
158 |
+ "oc" + "oci" // Occitan |
|
159 |
+ "oj" + "oji" // Ojibwa |
|
160 |
+ "om" + "orm" // Oromo |
|
161 |
+ "or" + "ori" // Oriya |
|
162 |
+ "os" + "oss" // Ossetian |
|
163 |
+ "pa" + "pan" // Panjabi |
|
164 |
+ "pi" + "pli" // Pali |
|
165 |
+ "pl" + "pol" // Polish |
|
166 |
+ "ps" + "pus" // Pushto |
|
167 |
+ "pt" + "por" // Portuguese |
|
168 |
+ "qu" + "que" // Quechua |
|
169 |
+ "rm" + "roh" // Raeto-Romance |
|
170 |
+ "rn" + "run" // Rundi |
|
171 |
+ "ro" + "ron" // Romanian |
|
172 |
+ "ru" + "rus" // Russian |
|
173 |
+ "rw" + "kin" // Kinyarwanda |
|
174 |
+ "sa" + "san" // Sanskrit |
|
175 |
+ "sc" + "srd" // Sardinian |
|
176 |
+ "sd" + "snd" // Sindhi |
|
177 |
+ "se" + "sme" // Northern Sami |
|
178 |
+ "sg" + "sag" // Sango |
|
179 |
+ "si" + "sin" // Sinhalese |
|
180 |
+ "sk" + "slk" // Slovak |
|
181 |
+ "sl" + "slv" // Slovenian |
|
182 |
+ "sm" + "smo" // Samoan |
|
183 |
+ "sn" + "sna" // Shona |
|
184 |
+ "so" + "som" // Somali |
|
185 |
+ "sq" + "sqi" // Albanian |
|
186 |
+ "sr" + "srp" // Serbian |
|
187 |
+ "ss" + "ssw" // Swati |
|
188 |
+ "st" + "sot" // Southern Sotho |
|
189 |
+ "su" + "sun" // Sundanese |
|
190 |
+ "sv" + "swe" // Swedish |
|
191 |
+ "sw" + "swa" // Swahili |
|
192 |
+ "ta" + "tam" // Tamil |
|
193 |
+ "te" + "tel" // Telugu |
|
194 |
+ "tg" + "tgk" // Tajik |
|
195 |
+ "th" + "tha" // Thai |
|
196 |
+ "ti" + "tir" // Tigrinya |
|
197 |
+ "tk" + "tuk" // Turkmen |
|
198 |
+ "tl" + "tgl" // Tagalog |
|
199 |
+ "tn" + "tsn" // Tswana |
|
200 |
+ "to" + "ton" // Tonga |
|
201 |
+ "tr" + "tur" // Turkish |
|
202 |
+ "ts" + "tso" // Tsonga |
|
203 |
+ "tt" + "tat" // Tatar |
|
204 |
+ "tw" + "twi" // Twi |
|
205 |
+ "ty" + "tah" // Tahitian |
|
206 |
+ "ug" + "uig" // Uighur |
|
207 |
+ "uk" + "ukr" // Ukrainian |
|
208 |
+ "ur" + "urd" // Urdu |
|
209 |
+ "uz" + "uzb" // Uzbek |
|
210 |
+ "ve" + "ven" // Venda |
|
211 |
+ "vi" + "vie" // Vietnamese |
|
212 |
+ "vo" + "vol" // Volap?k |
|
213 |
+ "wa" + "wln" // Walloon |
|
214 |
+ "wo" + "wol" // Wolof |
|
215 |
+ "xh" + "xho" // Xhosa |
|
216 |
+ "yi" + "yid" // Yiddish |
|
217 |
+ "yo" + "yor" // Yoruba |
|
218 |
+ "za" + "zha" // Zhuang |
|
219 |
+ "zh" + "zho" // Chinese |
|
220 |
+ "zu" + "zul" // Zulu |
|
221 |
; |
|
222 |
||
223 |
/** |
|
224 |
* The 2- and 3-letter ISO 3166 country codes. |
|
225 |
*/ |
|
226 |
static final String isoCountryTable = |
|
227 |
"AD" + "AND" // Andorra, Principality of |
|
228 |
+ "AE" + "ARE" // United Arab Emirates |
|
229 |
+ "AF" + "AFG" // Afghanistan |
|
230 |
+ "AG" + "ATG" // Antigua and Barbuda |
|
231 |
+ "AI" + "AIA" // Anguilla |
|
232 |
+ "AL" + "ALB" // Albania, People's Socialist Republic of |
|
233 |
+ "AM" + "ARM" // Armenia |
|
234 |
+ "AN" + "ANT" // Netherlands Antilles |
|
235 |
+ "AO" + "AGO" // Angola, Republic of |
|
236 |
+ "AQ" + "ATA" // Antarctica (the territory South of 60 deg S) |
|
237 |
+ "AR" + "ARG" // Argentina, Argentine Republic |
|
238 |
+ "AS" + "ASM" // American Samoa |
|
239 |
+ "AT" + "AUT" // Austria, Republic of |
|
240 |
+ "AU" + "AUS" // Australia, Commonwealth of |
|
241 |
+ "AW" + "ABW" // Aruba |
|
242 |
+ "AX" + "ALA" // \u00c5land Islands |
|
243 |
+ "AZ" + "AZE" // Azerbaijan, Republic of |
|
244 |
+ "BA" + "BIH" // Bosnia and Herzegovina |
|
245 |
+ "BB" + "BRB" // Barbados |
|
246 |
+ "BD" + "BGD" // Bangladesh, People's Republic of |
|
247 |
+ "BE" + "BEL" // Belgium, Kingdom of |
|
248 |
+ "BF" + "BFA" // Burkina Faso |
|
249 |
+ "BG" + "BGR" // Bulgaria, People's Republic of |
|
250 |
+ "BH" + "BHR" // Bahrain, Kingdom of |
|
251 |
+ "BI" + "BDI" // Burundi, Republic of |
|
252 |
+ "BJ" + "BEN" // Benin, People's Republic of |
|
1848
6ecbe9158c6e
6627549: ISO 3166 code addition: Saint Barthelemy and Saint Martin
naoto
parents:
2
diff
changeset
|
253 |
+ "BL" + "BLM" // Saint Barth\u00e9lemy |
2 | 254 |
+ "BM" + "BMU" // Bermuda |
255 |
+ "BN" + "BRN" // Brunei Darussalam |
|
256 |
+ "BO" + "BOL" // Bolivia, Republic of |
|
257 |
+ "BR" + "BRA" // Brazil, Federative Republic of |
|
258 |
+ "BS" + "BHS" // Bahamas, Commonwealth of the |
|
259 |
+ "BT" + "BTN" // Bhutan, Kingdom of |
|
260 |
+ "BV" + "BVT" // Bouvet Island (Bouvetoya) |
|
261 |
+ "BW" + "BWA" // Botswana, Republic of |
|
262 |
+ "BY" + "BLR" // Belarus |
|
263 |
+ "BZ" + "BLZ" // Belize |
|
264 |
+ "CA" + "CAN" // Canada |
|
265 |
+ "CC" + "CCK" // Cocos (Keeling) Islands |
|
266 |
+ "CD" + "COD" // Congo, Democratic Republic of |
|
267 |
+ "CF" + "CAF" // Central African Republic |
|
268 |
+ "CG" + "COG" // Congo, People's Republic of |
|
269 |
+ "CH" + "CHE" // Switzerland, Swiss Confederation |
|
270 |
+ "CI" + "CIV" // Cote D'Ivoire, Ivory Coast, Republic of the |
|
271 |
+ "CK" + "COK" // Cook Islands |
|
272 |
+ "CL" + "CHL" // Chile, Republic of |
|
273 |
+ "CM" + "CMR" // Cameroon, United Republic of |
|
274 |
+ "CN" + "CHN" // China, People's Republic of |
|
275 |
+ "CO" + "COL" // Colombia, Republic of |
|
276 |
+ "CR" + "CRI" // Costa Rica, Republic of |
|
1848
6ecbe9158c6e
6627549: ISO 3166 code addition: Saint Barthelemy and Saint Martin
naoto
parents:
2
diff
changeset
|
277 |
// + "CS" + "SCG" // Serbia and Montenegro |
2 | 278 |
+ "CU" + "CUB" // Cuba, Republic of |
279 |
+ "CV" + "CPV" // Cape Verde, Republic of |
|
280 |
+ "CX" + "CXR" // Christmas Island |
|
281 |
+ "CY" + "CYP" // Cyprus, Republic of |
|
282 |
+ "CZ" + "CZE" // Czech Republic |
|
283 |
+ "DE" + "DEU" // Germany |
|
284 |
+ "DJ" + "DJI" // Djibouti, Republic of |
|
285 |
+ "DK" + "DNK" // Denmark, Kingdom of |
|
286 |
+ "DM" + "DMA" // Dominica, Commonwealth of |
|
287 |
+ "DO" + "DOM" // Dominican Republic |
|
288 |
+ "DZ" + "DZA" // Algeria, People's Democratic Republic of |
|
289 |
+ "EC" + "ECU" // Ecuador, Republic of |
|
290 |
+ "EE" + "EST" // Estonia |
|
291 |
+ "EG" + "EGY" // Egypt, Arab Republic of |
|
292 |
+ "EH" + "ESH" // Western Sahara |
|
293 |
+ "ER" + "ERI" // Eritrea |
|
294 |
+ "ES" + "ESP" // Spain, Spanish State |
|
295 |
+ "ET" + "ETH" // Ethiopia |
|
296 |
+ "FI" + "FIN" // Finland, Republic of |
|
297 |
+ "FJ" + "FJI" // Fiji, Republic of the Fiji Islands |
|
298 |
+ "FK" + "FLK" // Falkland Islands (Malvinas) |
|
299 |
+ "FM" + "FSM" // Micronesia, Federated States of |
|
300 |
+ "FO" + "FRO" // Faeroe Islands |
|
301 |
+ "FR" + "FRA" // France, French Republic |
|
302 |
+ "GA" + "GAB" // Gabon, Gabonese Republic |
|
303 |
+ "GB" + "GBR" // United Kingdom of Great Britain & N. Ireland |
|
304 |
+ "GD" + "GRD" // Grenada |
|
305 |
+ "GE" + "GEO" // Georgia |
|
306 |
+ "GF" + "GUF" // French Guiana |
|
307 |
+ "GG" + "GGY" // Guernsey |
|
308 |
+ "GH" + "GHA" // Ghana, Republic of |
|
309 |
+ "GI" + "GIB" // Gibraltar |
|
310 |
+ "GL" + "GRL" // Greenland |
|
311 |
+ "GM" + "GMB" // Gambia, Republic of the |
|
312 |
+ "GN" + "GIN" // Guinea, Revolutionary People's Rep'c of |
|
313 |
+ "GP" + "GLP" // Guadaloupe |
|
314 |
+ "GQ" + "GNQ" // Equatorial Guinea, Republic of |
|
315 |
+ "GR" + "GRC" // Greece, Hellenic Republic |
|
316 |
+ "GS" + "SGS" // South Georgia and the South Sandwich Islands |
|
317 |
+ "GT" + "GTM" // Guatemala, Republic of |
|
318 |
+ "GU" + "GUM" // Guam |
|
319 |
+ "GW" + "GNB" // Guinea-Bissau, Republic of |
|
320 |
+ "GY" + "GUY" // Guyana, Republic of |
|
321 |
+ "HK" + "HKG" // Hong Kong, Special Administrative Region of China |
|
322 |
+ "HM" + "HMD" // Heard and McDonald Islands |
|
323 |
+ "HN" + "HND" // Honduras, Republic of |
|
324 |
+ "HR" + "HRV" // Hrvatska (Croatia) |
|
325 |
+ "HT" + "HTI" // Haiti, Republic of |
|
326 |
+ "HU" + "HUN" // Hungary, Hungarian People's Republic |
|
327 |
+ "ID" + "IDN" // Indonesia, Republic of |
|
328 |
+ "IE" + "IRL" // Ireland |
|
329 |
+ "IL" + "ISR" // Israel, State of |
|
330 |
+ "IM" + "IMN" // Isle of Man |
|
331 |
+ "IN" + "IND" // India, Republic of |
|
332 |
+ "IO" + "IOT" // British Indian Ocean Territory (Chagos Archipelago) |
|
333 |
+ "IQ" + "IRQ" // Iraq, Republic of |
|
334 |
+ "IR" + "IRN" // Iran, Islamic Republic of |
|
335 |
+ "IS" + "ISL" // Iceland, Republic of |
|
336 |
+ "IT" + "ITA" // Italy, Italian Republic |
|
337 |
+ "JE" + "JEY" // Jersey |
|
338 |
+ "JM" + "JAM" // Jamaica |
|
339 |
+ "JO" + "JOR" // Jordan, Hashemite Kingdom of |
|
340 |
+ "JP" + "JPN" // Japan |
|
341 |
+ "KE" + "KEN" // Kenya, Republic of |
|
342 |
+ "KG" + "KGZ" // Kyrgyz Republic |
|
343 |
+ "KH" + "KHM" // Cambodia, Kingdom of |
|
344 |
+ "KI" + "KIR" // Kiribati, Republic of |
|
345 |
+ "KM" + "COM" // Comoros, Union of the |
|
346 |
+ "KN" + "KNA" // St. Kitts and Nevis |
|
347 |
+ "KP" + "PRK" // Korea, Democratic People's Republic of |
|
348 |
+ "KR" + "KOR" // Korea, Republic of |
|
349 |
+ "KW" + "KWT" // Kuwait, State of |
|
350 |
+ "KY" + "CYM" // Cayman Islands |
|
351 |
+ "KZ" + "KAZ" // Kazakhstan, Republic of |
|
352 |
+ "LA" + "LAO" // Lao People's Democratic Republic |
|
353 |
+ "LB" + "LBN" // Lebanon, Lebanese Republic |
|
354 |
+ "LC" + "LCA" // St. Lucia |
|
355 |
+ "LI" + "LIE" // Liechtenstein, Principality of |
|
356 |
+ "LK" + "LKA" // Sri Lanka, Democratic Socialist Republic of |
|
357 |
+ "LR" + "LBR" // Liberia, Republic of |
|
358 |
+ "LS" + "LSO" // Lesotho, Kingdom of |
|
359 |
+ "LT" + "LTU" // Lithuania |
|
360 |
+ "LU" + "LUX" // Luxembourg, Grand Duchy of |
|
361 |
+ "LV" + "LVA" // Latvia |
|
362 |
+ "LY" + "LBY" // Libyan Arab Jamahiriya |
|
363 |
+ "MA" + "MAR" // Morocco, Kingdom of |
|
364 |
+ "MC" + "MCO" // Monaco, Principality of |
|
365 |
+ "MD" + "MDA" // Moldova, Republic of |
|
366 |
+ "ME" + "MNE" // Montenegro, Republic of |
|
1848
6ecbe9158c6e
6627549: ISO 3166 code addition: Saint Barthelemy and Saint Martin
naoto
parents:
2
diff
changeset
|
367 |
+ "MF" + "MAF" // Saint Martin |
2 | 368 |
+ "MG" + "MDG" // Madagascar, Republic of |
369 |
+ "MH" + "MHL" // Marshall Islands |
|
370 |
+ "MK" + "MKD" // Macedonia, the former Yugoslav Republic of |
|
371 |
+ "ML" + "MLI" // Mali, Republic of |
|
372 |
+ "MM" + "MMR" // Myanmar |
|
373 |
+ "MN" + "MNG" // Mongolia, Mongolian People's Republic |
|
374 |
+ "MO" + "MAC" // Macao, Special Administrative Region of China |
|
375 |
+ "MP" + "MNP" // Northern Mariana Islands |
|
376 |
+ "MQ" + "MTQ" // Martinique |
|
377 |
+ "MR" + "MRT" // Mauritania, Islamic Republic of |
|
378 |
+ "MS" + "MSR" // Montserrat |
|
379 |
+ "MT" + "MLT" // Malta, Republic of |
|
380 |
+ "MU" + "MUS" // Mauritius |
|
381 |
+ "MV" + "MDV" // Maldives, Republic of |
|
382 |
+ "MW" + "MWI" // Malawi, Republic of |
|
383 |
+ "MX" + "MEX" // Mexico, United Mexican States |
|
384 |
+ "MY" + "MYS" // Malaysia |
|
385 |
+ "MZ" + "MOZ" // Mozambique, People's Republic of |
|
386 |
+ "NA" + "NAM" // Namibia |
|
387 |
+ "NC" + "NCL" // New Caledonia |
|
388 |
+ "NE" + "NER" // Niger, Republic of the |
|
389 |
+ "NF" + "NFK" // Norfolk Island |
|
390 |
+ "NG" + "NGA" // Nigeria, Federal Republic of |
|
391 |
+ "NI" + "NIC" // Nicaragua, Republic of |
|
392 |
+ "NL" + "NLD" // Netherlands, Kingdom of the |
|
393 |
+ "NO" + "NOR" // Norway, Kingdom of |
|
394 |
+ "NP" + "NPL" // Nepal, Kingdom of |
|
395 |
+ "NR" + "NRU" // Nauru, Republic of |
|
396 |
+ "NU" + "NIU" // Niue, Republic of |
|
397 |
+ "NZ" + "NZL" // New Zealand |
|
398 |
+ "OM" + "OMN" // Oman, Sultanate of |
|
399 |
+ "PA" + "PAN" // Panama, Republic of |
|
400 |
+ "PE" + "PER" // Peru, Republic of |
|
401 |
+ "PF" + "PYF" // French Polynesia |
|
402 |
+ "PG" + "PNG" // Papua New Guinea |
|
403 |
+ "PH" + "PHL" // Philippines, Republic of the |
|
404 |
+ "PK" + "PAK" // Pakistan, Islamic Republic of |
|
405 |
+ "PL" + "POL" // Poland, Polish People's Republic |
|
406 |
+ "PM" + "SPM" // St. Pierre and Miquelon |
|
407 |
+ "PN" + "PCN" // Pitcairn Island |
|
408 |
+ "PR" + "PRI" // Puerto Rico |
|
409 |
+ "PS" + "PSE" // Palestinian Territory, Occupied |
|
410 |
+ "PT" + "PRT" // Portugal, Portuguese Republic |
|
411 |
+ "PW" + "PLW" // Palau |
|
412 |
+ "PY" + "PRY" // Paraguay, Republic of |
|
413 |
+ "QA" + "QAT" // Qatar, State of |
|
414 |
+ "RE" + "REU" // Reunion |
|
415 |
+ "RO" + "ROU" // Romania, Socialist Republic of |
|
416 |
+ "RS" + "SRB" // Serbia, Republic of |
|
417 |
+ "RU" + "RUS" // Russian Federation |
|
418 |
+ "RW" + "RWA" // Rwanda, Rwandese Republic |
|
419 |
+ "SA" + "SAU" // Saudi Arabia, Kingdom of |
|
420 |
+ "SB" + "SLB" // Solomon Islands |
|
421 |
+ "SC" + "SYC" // Seychelles, Republic of |
|
422 |
+ "SD" + "SDN" // Sudan, Democratic Republic of the |
|
423 |
+ "SE" + "SWE" // Sweden, Kingdom of |
|
424 |
+ "SG" + "SGP" // Singapore, Republic of |
|
425 |
+ "SH" + "SHN" // St. Helena |
|
426 |
+ "SI" + "SVN" // Slovenia |
|
427 |
+ "SJ" + "SJM" // Svalbard & Jan Mayen Islands |
|
428 |
+ "SK" + "SVK" // Slovakia (Slovak Republic) |
|
429 |
+ "SL" + "SLE" // Sierra Leone, Republic of |
|
430 |
+ "SM" + "SMR" // San Marino, Republic of |
|
431 |
+ "SN" + "SEN" // Senegal, Republic of |
|
432 |
+ "SO" + "SOM" // Somalia, Somali Republic |
|
433 |
+ "SR" + "SUR" // Suriname, Republic of |
|
434 |
+ "ST" + "STP" // Sao Tome and Principe, Democratic Republic of |
|
435 |
+ "SV" + "SLV" // El Salvador, Republic of |
|
436 |
+ "SY" + "SYR" // Syrian Arab Republic |
|
437 |
+ "SZ" + "SWZ" // Swaziland, Kingdom of |
|
438 |
+ "TC" + "TCA" // Turks and Caicos Islands |
|
439 |
+ "TD" + "TCD" // Chad, Republic of |
|
440 |
+ "TF" + "ATF" // French Southern Territories |
|
441 |
+ "TG" + "TGO" // Togo, Togolese Republic |
|
442 |
+ "TH" + "THA" // Thailand, Kingdom of |
|
443 |
+ "TJ" + "TJK" // Tajikistan |
|
444 |
+ "TK" + "TKL" // Tokelau (Tokelau Islands) |
|
445 |
+ "TL" + "TLS" // Timor-Leste, Democratic Republic of |
|
446 |
+ "TM" + "TKM" // Turkmenistan |
|
447 |
+ "TN" + "TUN" // Tunisia, Republic of |
|
448 |
+ "TO" + "TON" // Tonga, Kingdom of |
|
449 |
+ "TR" + "TUR" // Turkey, Republic of |
|
450 |
+ "TT" + "TTO" // Trinidad and Tobago, Republic of |
|
451 |
+ "TV" + "TUV" // Tuvalu |
|
452 |
+ "TW" + "TWN" // Taiwan, Province of China |
|
453 |
+ "TZ" + "TZA" // Tanzania, United Republic of |
|
454 |
+ "UA" + "UKR" // Ukraine |
|
455 |
+ "UG" + "UGA" // Uganda, Republic of |
|
456 |
+ "UM" + "UMI" // United States Minor Outlying Islands |
|
457 |
+ "US" + "USA" // United States of America |
|
458 |
+ "UY" + "URY" // Uruguay, Eastern Republic of |
|
459 |
+ "UZ" + "UZB" // Uzbekistan |
|
460 |
+ "VA" + "VAT" // Holy See (Vatican City State) |
|
461 |
+ "VC" + "VCT" // St. Vincent and the Grenadines |
|
462 |
+ "VE" + "VEN" // Venezuela, Bolivarian Republic of |
|
463 |
+ "VG" + "VGB" // British Virgin Islands |
|
464 |
+ "VI" + "VIR" // US Virgin Islands |
|
465 |
+ "VN" + "VNM" // Viet Nam, Socialist Republic of |
|
466 |
+ "VU" + "VUT" // Vanuatu |
|
467 |
+ "WF" + "WLF" // Wallis and Futuna Islands |
|
468 |
+ "WS" + "WSM" // Samoa, Independent State of |
|
469 |
+ "YE" + "YEM" // Yemen |
|
470 |
+ "YT" + "MYT" // Mayotte |
|
471 |
+ "ZA" + "ZAF" // South Africa, Republic of |
|
472 |
+ "ZM" + "ZMB" // Zambia, Republic of |
|
473 |
+ "ZW" + "ZWE" // Zimbabwe |
|
474 |
; |
|
475 |
||
476 |
private LocaleISOData() { |
|
477 |
} |
|
478 |
} |