Click or drag to resize

EmulationClient.SetLocaleOverrideAsync Method

Version 98.1.210
Overrides default host system locale with the specified one.

Namespace:  CefSharp.DevTools.Emulation
Assembly:  CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax
public Task<DevToolsMethodResponse> SetLocaleOverrideAsync(
	string locale = null
)

Parameters

locale (Optional)
Type: System.String
ICU style C locale (e.g. "en_US"). If not specified or empty, disables the override andrestores default host system locale.

Return Value

Type: Task<DevToolsMethodResponse>
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also