Emulation.setLocaleOverrideOverrides default host system locale with the specified one.
| Name | Type | Description |
|---|---|---|
locale (optional) | string | ICU style C locale (e.g. "en_US"). If not specified or empty, disables the override and restores default host system locale. |
{
"id": 1,
"method": "Emulation.setLocaleOverride"
}
{
"id": 1,
"result": {}
}
const result = await send('Emulation.setLocaleOverride');
console.log(result);