From 94083643121fe4b32a1d1ad6062544f55cf014ca Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 3 Dec 2024 10:48:32 -0800 Subject: [PATCH] differentiate between js and rest --- docs/src/api/params.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/api/params.md b/docs/src/api/params.md index faf094048f..b72de5f255 100644 --- a/docs/src/api/params.md +++ b/docs/src/api/params.md @@ -605,10 +605,17 @@ for a list of supported timezone IDs. Defaults to the system timezone. - `accuracy` ?<[float]> Non-negative accuracy value. Defaults to `0`. ## context-option-locale +* langs: js - `locale` <[string]> Specify user locale, for example `en-GB`, `de-DE`, etc. Locale will affect `navigator.language` value, `Accept-Language` request header value as well as number and date formatting rules. Defaults to `en-US`. Learn more about emulation in our [emulation guide](../emulation.md#locale--timezone). +## context-option-locale-java-csharp-python +* langs: java, csharp, python +- `locale` <[string]> + +Specify user locale, for example `en-GB`, `de-DE`, etc. Locale will affect `navigator.language` value, `Accept-Language` request header value as well as number and date formatting rules. Defaults to the system default locale. Learn more about emulation in our [emulation guide](../emulation.md#locale--timezone). + ## context-option-permissions - `permissions` <[Array]<[string]>>