BingWebPage.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.
A two-letter language code that identifies the language used by the webpage. For example, the language code is en for English.
[System.Text.Json.Serialization.JsonPropertyName("language")]
public string? Language { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("language")>]
member this.Language : string with get, set
Public Property Language As String
Property Value
- Attributes