diff --git a/doc/api/cli.md b/doc/api/cli.md index 5f29c497426db6..130a0c04bc253a 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1138,6 +1138,19 @@ surface on other platforms, but the performance impact may be severe. This flag is inherited from V8 and is subject to change upstream. It may disappear in a non-semver-major release. +### `--locale` + + + +Set the default locale used by ICU (`Intl` object). It expects a string +representing the language version as defined in [RFC 5646][] (also known as +BCP 47). + +Examples of valid language codes include "en", "en-US", "fr", "fr-FR", "es-ES", +etc. + ### `--max-http-header-size=size`