Overview
Theformat-currency-locale-currency-var transformation formats a number as currency using both locale and currency code provided as variables.
Syntax
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
variable | number | Yes | The number to format as currency |
locale-variable | variable | Yes | The locale variable (e.g., "en-US", "fr-FR") |
currency-variable | variable | Yes | The currency code variable (e.g., "USD", "EUR") |
minDecimal | number | No | Minimum number of decimal places |
maxDecimal | number | No | Maximum number of decimal places |