mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
767 B
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. |