You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example:
var ci = new CultureInfo("nl-NL");
var currency = ci.GetCurrency();
This issue should also take into consideration the fact that a certain Culture might have 2 currencies.
One might be the official Currency, the other Currency might the most used Currency. For example many countries use the dollar for trading and/or paying for commodities, this instead of their official Currency.
The text was updated successfully, but these errors were encountered:
For example:
var ci = new CultureInfo("nl-NL");
var currency = ci.GetCurrency();
This issue should also take into consideration the fact that a certain Culture might have 2 currencies.
One might be the official Currency, the other Currency might the most used Currency. For example many countries use the dollar for trading and/or paying for commodities, this instead of their official Currency.
The text was updated successfully, but these errors were encountered: