I can get the list of country names using below code, (copied from somewhere i can\'t remember)
My question is, can i get the list of countries in other languages such a
Either use DisplayName (gives you the name in the current Framework Culture) or NativeName (gives you the name in the native culture) instead of EnglishName.
EnglishName