Nager.Country
4.0.0
Prefix Reserved
dotnet add package Nager.Country --version 4.0.0
NuGet\Install-Package Nager.Country -Version 4.0.0
<PackageReference Include="Nager.Country" Version="4.0.0" />
paket add Nager.Country --version 4.0.0
#r "nuget: Nager.Country, 4.0.0"
// Install Nager.Country as a Cake Addin #addin nuget:?package=Nager.Country&version=4.0.0 // Install Nager.Country as a Cake Tool #tool nuget:?package=Nager.Country&version=4.0.0
Nager.Country
The Worldwirde Country Informations are available over the nuget package. The collection contains the Informations for 250 Countries.
If you need the translations of the countries you will find in the further nuget package Nager.Country.Translation
Code Examples
Get CountryInfo - Germany via Alpha2Code
ICountryProvider countryProvider = new CountryProvider();
var countryInfo = countryProvider.GetCountry(Alpha2Code.DE);
//countryInfo.CommonName -> Germany
//countryInfo.Alpha3Code -> DEU
//countryInfo.NumericCode -> 276
//countryInfo.Region -> Europe
//countryInfo.SubRegion -> WesternEurope
//countryInfo...
Get CountryInfo - Germany via CommonName
ICountryProvider countryProvider = new CountryProvider();
var countryInfo = countryProvider.GetCountryByName("Germany");
//countryInfo.Alpha2Code -> DE
//countryInfo.Alpha3Code -> DEU
//countryInfo.NumericCode -> 276
//countryInfo.Region -> Europe
//countryInfo.SubRegion -> WesternEurope
//countryInfo..
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.8
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
-
net6.0
- No dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Nager.Country:
Package | Downloads |
---|---|
VirtoCommerce.Platform.Data
Virto Commerce is a flexible B2B ecommerce solution that offers powerful tools for enterprise business users. https://virtocommerce.com |
|
Nager.Country.Translation
Get country translations and language translations for Nager.Country |
|
VirtoCommerce.CustomerExportImportModule.Core
Package Description |
|
N8.NetTools.Localizaton
A NetTools extension for localization |
|
SamCommerce.Platform.Data
Package Description |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Nager.Country:
Repository | Stars |
---|---|
VirtoCommerce/vc-platform
Virto Commerce B2B Innovation Platform
|
|
TabBlazor/TabBlazor
Blazor admin template based on Tabler UI
|
Version | Downloads | Last updated |
---|---|---|
4.0.0 | 864,769 | 4/11/2023 |
3.1.1 | 1,146,513 | 9/30/2021 |
3.1.0 | 33,375 | 7/20/2021 |
3.0.3 | 6,472 | 7/14/2021 |
3.0.1 | 137,923 | 1/27/2021 |
3.0.0 | 1,201 | 1/26/2021 |
2.0.0 | 13,002 | 12/29/2020 |
1.0.10 | 18,346 | 12/13/2020 |
1.0.9 | 429 | 12/9/2020 |
1.0.8 | 467 | 12/3/2020 |
1.0.4 | 226,738 | 6/25/2019 |
1.0.3 | 2,579 | 2/10/2019 |
1.0.2 | 661 | 1/31/2019 |
1.0.1 | 646 | 1/30/2019 |
1.0.0 | 1,197 | 1/29/2019 |
Change failure handling of GetCountry add new method TryGetCountry, some small fixes