International localizations for number, date, and UI labels.
npm install @d3plus/localesIf using npm, npm install @d3plus/locales. Otherwise, you can download the latest release from GitHub or load from a CDN.
``js`
import modules from "@d3plus/locales";
In vanilla JavaScript, a d3plus global is exported from the pre-bundled version:
`html``
Live examples can be found on d3plus.org, which includes a collection of example visualizations using @d3plus/react.
#####
* formatLocale - A set of default locale formatters used when assigning suffixes and currency in numbers.
---
#### formatLocale <>
A set of default locale formatters used when assigning suffixes and currency in numbers.
This is a global namespace
---