共用方式為


Device.Culture Property

Definition

Gets or sets the language culture setting on the device. For eg: "en-US"

[Newtonsoft.Json.JsonProperty(PropertyName="properties.culture")]
public string Culture { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.culture")>]
member this.Culture : string with get, set
Public Property Culture As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to