SetLocaleOverrideRequest

@Serializable
data class SetLocaleOverrideRequest(val locale: String? = null)(source)

Request object containing input parameters for the EmulationDomain.setLocaleOverride command.

Constructors

Link copied to clipboard
constructor(locale: String? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val locale: String? = null

ICU style C locale (e.g. "en_US"). If not specified or empty, disables the override and restores default host system locale.