Open your compensation review campaign
Go to Increase Letters.
Open a template.
In the template settings, select the Language (for example, French, German, English - US, or English - UK).
Save the template.
Once a locale is selected, money variables render in the chosen format (for example, 1 234,56 € for French or $1,234.56 for English - US). Percentage and raw number variables also follow the locale.
You can apply formatting manually using the followings:
##{{ variable | format_number }}formats a number using the template locale.##{{ variable | format_percent }}formats a number as a percentage using the template locale.
