Is there any library that covers ISO standards of international abbreviations, formats and other, or everybody uses his version of CountryCodes like:
public enum CountryCode
{
AL, // Albania
AD, // Andorra
AM, // Armenia
AT, // Austria
...
}
Want to have country codes, currency and funds name and code elements
BCL implements many ISO standards but they spread among a lot of classes. Will be useful when you know, that if you need to format date by ISO 8601, you use Iso.Formatting.Format(DateTime.Now);
PS:
I know about System.Globalization.CultureInfo