CoreWebView2Notification.Language Property

Definition

The notification's language, as intended to be specified using a string representing a language tag (such as en-US) according to BCP47.

public string Language { get; }
member this.Language : string
Public ReadOnly Property Language As String

Property Value

Remarks

Note that no validation is performed on this property and it can be any string the notification sender specifies. This corresponds to Notification.lang DOM API. The default value is an empty string.

Applies to