<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Emulation](./puppeteer.protocol.emulation.md) &gt; [SetLocaleOverrideRequest](./puppeteer.protocol.emulation.setlocaleoverriderequest.md)

## Protocol.Emulation.SetLocaleOverrideRequest interface

<b>Signature:</b>

```typescript
export interface SetLocaleOverrideRequest 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [locale](./puppeteer.protocol.emulation.setlocaleoverriderequest.locale.md) | string | ICU style C locale (e.g. "en\_US"). If not specified or empty, disables the override and restores default host system locale. |