GDPR Countries 2 Letter Country Code
This file contains 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
private String gdprCounries[] = new String[]{ | |
"US", //United States | |
"UM", //United States Minor Outlying Islands | |
"AT", //Austria | |
"BE", //Belgium | |
"BG", //Bulgaria | |
"HR", //Croatia | |
"CY", //Cyprus | |
"CZ", //Czech Republic | |
"DK", //Denmark | |
"EE", //Estonia | |
"FI", //Finland | |
"FR", //France | |
"DE", //Germany | |
"GR", //Greece | |
"HU", //Hungary | |
"IE", //Ireland //Northern Ireland | |
"IT", //Italy | |
"LV", //Latvia | |
"LT", //Lithuania | |
"LU", //Luxembourg | |
"MT", //Malta | |
"NL", //Netherlands | |
"PL", //Poland | |
"PT", //Portugal, Azores, Madeira | |
"RO", //Romania | |
"SK", //Slovakia | |
"SI", //Slovenia | |
"ES", //Spain | |
"SW", //Sweden | |
"JE", //Channel Isles | |
"GB", //England, United Kingdom, Scotland, Wales | |
"IS", //Iceland | |
"LI", //Lichtenstein | |
"NO", //Norway | |
"IC", //Canary Islands | |
"GP", //Guadeloupe | |
"GF", //French Guiana | |
"MQ", //Martinique | |
"YT", //Mayotte | |
"RE", //Reunion | |
"MF" //Saint Martin | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment