Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.13 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.13 KB

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