CoreWebView2Notification.Language Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.