Locale-Specific Number Formatting Test
Current Locale: en
Currency Formatting
Raw value: 1234567.89$1,234,567.89
Raw value: 50000$50,000.00
Raw value: 0.99$0.99
Percentage Formatting
Raw value: 0.2245 (22.45%)22.45%
Raw value: 0.15 (15%)15.00%
Raw value: 0.375 (37.5%)37.50%
Number Formatting
Raw value: 1234567 (no decimals)1,234,567
Raw value: 9876.543 (2 decimals)9,876.54
Compact Formatting
Raw value: 15001.5K
Raw value: 23000002.3M
Raw value: 54000000005.4B
Date Formatting
Raw value: 2025-04-15April 15, 2025
Short format4/15/25
✅ Locale-Specific Formatting Working!
Switch between English and Spanish to see how numbers, currencies, percentages, and dates are formatted differently based on locale.
- • English (en-US): Uses commas for thousands, period for decimals
- • Spanish (es-ES): Uses periods for thousands, comma for decimals
- • All formatting is done using Intl.NumberFormat and Intl.DateTimeFormat