A simple and straightforward library for accessing essential ISO and other types of standard codes, including country, currency, language, and phone code, in our .NET apps.
$ dotnet add package Gcl.EssenceIsoCodesEssenceIsoCodes is a C# .NET 8 library that provides developers easy access to essential ISO and other standard codes, including country, currency, language, and phone codes, in .NET applications. This library is designed to be lightweight and efficient, making it easy to integrate into your projects.
var _airports = await Airport.GetAirportsAsync();
var _countries = await Country.GetCountriesAsync();
var _currencies = await Currency.GetCurrenciesAsync();
var _languages = await Language.GetLanguagesAsync();
var _phoneCodes = await Phone.GetPhonesAsync();
var _timezones = await Timezone.GetTimezonesAsync();
19th August 2024
Bug reports and contributions are welcome at Project Issues.