Skip to content

C# Worldwide Country Informations (ISO-3166-1 Alpha2, ISO-3166-1 Alpha3, ISO 639-1)

License

Notifications You must be signed in to change notification settings

MrGrabazu/Nager.Country

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status nuget.org

Nager.Country

Worldwirde Country Informations with the following data:

  • CommonName
  • OfficialName
  • Translation
  • Alpha2Code
  • Alpha3Code
  • NumericCode
  • TLD
  • Region
  • SubRegion
  • BorderCountrys
  • Currencies
  • CallingCodes

nuget

The package is available on nuget

PM> install-package Nager.Country

Examples

Get country informations of Germany

ICountryProvider countryProvider = new CountryProvider();
var countryInfo = countryProvider.GetCountry(Alpha2Code.DE);

Alternative projects

Language Project
php mledoze countries
* umpirsky country-list
javascript michaelwittig node-i18n-iso-countries

About

C# Worldwide Country Informations (ISO-3166-1 Alpha2, ISO-3166-1 Alpha3, ISO 639-1)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%