lang.FormatAccounting
Returns a currency representation of a number for the given currency and precision for the current language and region in accounting notation.
Syntax
lang.FormatAccounting PRECISION CURRENCY NUMBER
Returns
string
{{ 512.5032 | lang.FormatAccounting 2 "NOK" }} → NOK512.50Localization of dates, currencies, numbers, and percentages is performed by the bep/golocales package. Hugo determines the locale using the locale configuration setting, falling back to the language key itself. The resolved value must be a locale supported by the package.
Last updated:
April 10, 2025
:
Merge commit '5be51ac3db225d5df501ed1fa1499c41d97dbf65' (283e97783)
Improve this page