puppeteer/new-docs/puppeteer.protocol.emulation.setlocaleoverriderequest.md
2020-07-13 14:01:35 +01:00

767 B

Home > puppeteer > Protocol > Emulation > SetLocaleOverrideRequest

Protocol.Emulation.SetLocaleOverrideRequest interface

Signature:

export interface SetLocaleOverrideRequest 

Properties

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