aboutsummaryrefslogtreecommitdiffhomepage
path: root/content/en/functions/lang/FormatNumber.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/en/functions/lang/FormatNumber.md')
-rw-r--r--content/en/functions/lang/FormatNumber.md24
1 files changed, 9 insertions, 15 deletions
diff --git a/content/en/functions/lang/FormatNumber.md b/content/en/functions/lang/FormatNumber.md
index dd878fdef..597df742a 100644
--- a/content/en/functions/lang/FormatNumber.md
+++ b/content/en/functions/lang/FormatNumber.md
@@ -1,27 +1,21 @@
---
title: lang.FormatNumber
-description: Returns a numeric representation of a number with the given precision for the current language.
-categories: [functions]
+description: Returns a numeric representation of a number with the given precision for the current language and region.
+categories: []
keywords: []
-menu:
- docs:
- parent: functions
-function:
+action:
aliases: []
+ related:
+ - functions/lang/FormatAccounting
+ - functions/lang/FormatCurrency
+ - functions/lang/FormatNumberCustom
+ - functions/lang/FormatPercent
returnType: string
signatures: [lang.FormatNumber PRECISION NUMBER]
-relatedFunctions:
- - lang.FormatAccounting
- - lang.FormatCurrency
- - lang.FormatNumber
- - lang.FormatNumberCustom
- - lang.FormatPercent
---
```go-html-template
{{ 512.5032 | lang.FormatNumber 2 }} → 512.50
```
-{{% note %}}
-{{% readfile file="/functions/_common/locales.md" %}}
-{{% /note %}}
+{{% include "functions/_common/locales.md" %}}