currency @localizer/format 1.1.1
This formatter is designed to format monetary amounts with their respective currencies, ensuring clarity and consistency in financial representations.
Usage
typescript
import { currency } from '@localizer/format';
const result = currency(1005, 'EUR');
Demo
Locale | Localized value |
---|---|
en-US | €1,005.00 |
fr-FR | 1 005,00 € |
de-DE | 1.005,00 € |
fi-FI | 1 005,00 € |
sv-FI | 1 005,00 € |
ko-KR | €1,005.00 |
hi-IN | €1,005.00 |