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;