+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "locale" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" draft = true +++ ## locale() function ### locale() function Signature ```typescript export declare function locale(value: number, decimals: DecimalCount): FormattedValue; ``` Import ```typescript import { locale } from '@grafana/data'; ``` Parameters | Parameter | Type | Description | | --- | --- | --- | | value | number | | | decimals | DecimalCount | | Returns: `FormattedValue`