hugo/docs/content/en/functions/lang/FormatCurrency.md
2023-10-20 09:43:56 +02:00

644 B

title description categories keywords menu function relatedFunctions
lang.FormatCurrency Returns a currency representation of a number for the given currency and precision for the current language.
functions
docs
parent
functions
aliases returnType signatures
string
lang.FormatAccounting PRECISION CURRENCY NUMBER
lang.FormatAccounting
lang.FormatCurrency
lang.FormatNumber
lang.FormatNumberCustom
lang.FormatPercent
{{ 512.5032 | lang.FormatCurrency 2 "USD" }} → $512.50

{{% note %}} {{% readfile file="/functions/_common/locales.md" %}} {{% /note %}}