-3

How can I retrieve a list of all country names in both english and swedish. like this list https://www.iban.com/country-codes but I also need the swedish country name.

MTplus
  • 2,077
  • 4
  • 34
  • 51
  • I’m voting to close this question because it's not a suitable question for stack overflow. If you're looking for a list of country names in Swedish then you need to search online for that. – Tim Jul 03 '20 at 11:01

1 Answers1

1

I don't see how this really is a C# coding problem!

But you can get a list of them in various languages here: https://stefangabos.github.io/world_countries/

You will however probably have to combine this yourself if you want it in multiple languages.

jason.kaisersmith
  • 8,712
  • 3
  • 29
  • 51