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
Right now, if I format a number to a currency with NumberFormatter, for example in €uros, a number like "1250.95" is formatted as "€1,250.95". Although this format is international format for Euros, it changes between countries. In Spain for example the correct format is "1.250,95€". So I think that it would be great is this NumberFormatter can be improved supporting different countries.