Overview
Theformat-currency-locale-currency transformation formats a number as currency using both locale and currency code variables.
Syntax
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
variable | number | Yes | The number to format as currency |
locale | string | Yes | The locale variable (e.g., “en-US”, “fr-FR”) |
currency | string | Yes | The currency code variable (e.g., “USD”, “EUR”) |