0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/new-docs/puppeteer.protocol.emulation.setlocaleoverriderequest.locale.md
2020-07-13 14:01:35 +01:00

659 B

Home > puppeteer > Protocol > Emulation > SetLocaleOverrideRequest > locale

Protocol.Emulation.SetLocaleOverrideRequest.locale property

ICU style C locale (e.g. "en_US"). If not specified or empty, disables the override and restores default host system locale.

Signature:

locale?: string;