cesarrew / ng2-currency-mask

A very simple currency mask directive that allows using a number attribute with the ngModel.
MIT License
235 stars 116 forks source link

Does ng2-currency-mask implement Internationalization? #131

Closed mwolfhoffman closed 2 years ago

mwolfhoffman commented 5 years ago

I'm in the US and the example in the README is in USD. I'm wondering what the internationalization implementation is. Is ng2-currency-mask picking up on locale or is it only using USD?

I see the options in the CurrencyMaskConfig but is there a way to support other currencies?

cesarrew commented 2 years ago

You can change the currency symbol (prefix / suffix), decimal and thousands separator. It's not picking up the current locale.