Click or drag to resize

EmulationClientSetLocaleOverrideAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.Emulation.EmulationClient.SetLocaleOverrideAsync(System.String)"]

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

Parameters

locale (Optional)
Type: SystemString

[Missing <param name="locale"/> documentation for "M:CefSharp.DevTools.Emulation.EmulationClient.SetLocaleOverrideAsync(System.String)"]

Return Value

Type: TaskDevToolsMethodResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.Emulation.EmulationClient.SetLocaleOverrideAsync(System.String)"]

See Also