Formats a numeric value as a price in the specified currency.
Unlike formatUSDPrice, this function allows for formatting prices in any currency
using the browser's Intl.NumberFormat API. It applies the appropriate currency symbol
and number formatting based on the specified currency code.
Formats a numeric value as a price in the specified currency.
Unlike formatUSDPrice, this function allows for formatting prices in any currency using the browser's Intl.NumberFormat API. It applies the appropriate currency symbol and number formatting based on the specified currency code.