다음을 통해 공유


BingWebPage.Language Property

Definition

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

Applies to