Formats a number for an explicit language.
formatNumberFor('en-US', 1234.56, { style: 'currency', currency: 'USD' }); // '$1,234.56' Copy
formatNumberFor('en-US', 1234.56, { style: 'currency', currency: 'USD' }); // '$1,234.56'
Formats a number for an explicit language.