Is there any library that covers international abbreviations, formats, and other ISO standards, or does everyone use their own version of CountryCodes, for example:
public enum CountryCode { AL, // Albania AD, // Andorra AM, // Armenia AT, // Austria ... }
Want to have country codes , currency and fund names and code elements
BCL implements many ISO standards, but they are distributed among many classes. It will be useful if you know that if you need to format the date according to ISO 8601, you use Iso.Formatting.Format (DateTime.Now);
PS: I know about System.Globalization.CultureInfo
source share