Skip to main content

Set local number formatting in increase letter templates

Choose a locale for each template so that numbers, currencies, and percentages follow local formatting conventions.

Updated this week

  1. Go to Increase Letters.

  2. Open a template.

  3. In the template settings, select the Language (for example, French, German, English - US, or English - UK).

  4. 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.

Did this answer your question?