Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. private static final String[] countryName = { "N/A", "Asia/Pacific Region",
  2. "Europe", "Andorra", "United Arab Emirates", "Afghanistan",
  3. "Antigua and Barbuda", "Anguilla", "Albania", "Armenia", "Curacao",
  4. "Angola", "Antarctica", "Argentina", "American Samoa", "Austria",
  5. "Australia", "Aruba", "Azerbaijan", "Bosnia and Herzegovina",
  6. "Barbados", "Bangladesh", "Belgium", "Burkina Faso", "Bulgaria",
  7. "Bahrain", "Burundi", "Benin", "Bermuda", "Brunei Darussalam",
  8. "Bolivia", "Brazil", "Bahamas", "Bhutan", "Bouvet Island",
  9. "Botswana", "Belarus", "Belize", "Canada",
  10. "Cocos (Keeling) Islands", "Congo, The Democratic Republic of the",
  11. "Central African Republic", "Congo", "Switzerland",
  12. "Cote D'Ivoire", "Cook Islands", "Chile", "Cameroon", "China",
  13. "Colombia", "Costa Rica", "Cuba", "Cape Verde", "Christmas Island",
  14. "Cyprus", "Czech Republic", "Germany", "Djibouti", "Denmark",
  15. "Dominica", "Dominican Republic", "Algeria", "Ecuador", "Estonia",
  16. "Egypt", "Western Sahara", "Eritrea", "Spain", "Ethiopia",
  17. "Finland", "Fiji", "Falkland Islands (Malvinas)",
  18. "Micronesia, Federated States of", "Faroe Islands", "France",
  19. "Sint Maarten (Dutch part)", "Gabon", "United Kingdom", "Grenada",
  20. "Georgia", "French Guiana", "Ghana", "Gibraltar", "Greenland",
  21. "Gambia", "Guinea", "Guadeloupe", "Equatorial Guinea", "Greece",
  22. "South Georgia and the South Sandwich Islands", "Guatemala",
  23. "Guam", "Guinea-Bissau", "Guyana", "Hong Kong",
  24. "Heard Island and McDonald Islands", "Honduras", "Croatia",
  25. "Haiti", "Hungary", "Indonesia", "Ireland", "Israel", "India",
  26. "British Indian Ocean Territory", "Iraq",
  27. "Iran, Islamic Republic of", "Iceland", "Italy", "Jamaica",
  28. "Jordan", "Japan", "Kenya", "Kyrgyzstan", "Cambodia", "Kiribati",
  29. "Comoros", "Saint Kitts and Nevis",
  30. "Korea, Democratic People's Republic of", "Korea, Republic of",
  31. "Kuwait", "Cayman Islands", "Kazakhstan",
  32. "Lao People's Democratic Republic", "Lebanon", "Saint Lucia",
  33. "Liechtenstein", "Sri Lanka", "Liberia", "Lesotho", "Lithuania",
  34. "Luxembourg", "Latvia", "Libya", "Morocco", "Monaco",
  35. "Moldova, Republic of", "Madagascar", "Marshall Islands",
  36. "Macedonia", "Mali", "Myanmar", "Mongolia", "Macau",
  37. "Northern Mariana Islands", "Martinique", "Mauritania",
  38. "Montserrat", "Malta", "Mauritius", "Maldives", "Malawi", "Mexico",
  39. "Malaysia", "Mozambique", "Namibia", "New Caledonia", "Niger",
  40. "Norfolk Island", "Nigeria", "Nicaragua", "Netherlands", "Norway",
  41. "Nepal", "Nauru", "Niue", "New Zealand", "Oman", "Panama", "Peru",
  42. "French Polynesia", "Papua New Guinea", "Philippines", "Pakistan",
  43. "Poland", "Saint Pierre and Miquelon", "Pitcairn Islands",
  44. "Puerto Rico", "Palestinian Territory", "Portugal", "Palau",
  45. "Paraguay", "Qatar", "Reunion", "Romania", "Russian Federation",
  46. "Rwanda", "Saudi Arabia", "Solomon Islands", "Seychelles", "Sudan",
  47. "Sweden", "Singapore", "Saint Helena", "Slovenia",
  48. "Svalbard and Jan Mayen", "Slovakia", "Sierra Leone", "San Marino",
  49. "Senegal", "Somalia", "Suriname", "Sao Tome and Principe",
  50. "El Salvador", "Syrian Arab Republic", "Swaziland",
  51. "Turks and Caicos Islands", "Chad", "French Southern Territories",
  52. "Togo", "Thailand", "Tajikistan", "Tokelau", "Turkmenistan",
  53. "Tunisia", "Tonga", "Timor-Leste", "Turkey", "Trinidad and Tobago",
  54. "Tuvalu", "Taiwan", "Tanzania, United Republic of", "Ukraine",
  55. "Uganda", "United States Minor Outlying Islands", "United States",
  56. "Uruguay", "Uzbekistan", "Holy See (Vatican City State)",
  57. "Saint Vincent and the Grenadines", "Venezuela",
  58. "Virgin Islands, British", "Virgin Islands, U.S.", "Vietnam",
  59. "Vanuatu", "Wallis and Futuna", "Samoa", "Yemen", "Mayotte",
  60. "Serbia", "South Africa", "Zambia", "Montenegro", "Zimbabwe",
  61. "Anonymous Proxy", "Satellite Provider", "Other", "Aland Islands",
  62. "Guernsey", "Isle of Man", "Jersey", "Saint Barthelemy",
  63. "Saint Martin", "Bonaire, Saint Eustatius and Saba", "South Sudan",
  64. "Other" };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement