Edit

Share via


TwitterUser.Lang Property

Definition

Gets or sets BCP 47 language code according to user's account settings.

[Newtonsoft.Json.JsonProperty("lang")]
public string Lang { get; set; }
[<Newtonsoft.Json.JsonProperty("lang")>]
member this.Lang : string with get, set
Public Property Lang As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to