ServiceActivationOptions.ClientCulture 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.
Gets or sets the client's preferred culture.
public:
property System::Globalization::CultureInfo ^ ClientCulture { System::Globalization::CultureInfo ^ get(); void set(System::Globalization::CultureInfo ^ value); };
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.ServiceHub.Framework.CultureInfoJsonConverter))]
[System.Runtime.Serialization.DataMember]
public System.Globalization.CultureInfo? ClientCulture { get; set; }
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.ServiceHub.Framework.CultureInfoJsonConverter))]
[System.Runtime.Serialization.DataMember]
[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.ServiceHub.Framework.CultureInfoSystemTextJsonConverter))]
public System.Globalization.CultureInfo? ClientCulture { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.ServiceHub.Framework.CultureInfoJsonConverter))>]
[<System.Runtime.Serialization.DataMember>]
member this.ClientCulture : System.Globalization.CultureInfo with get, set
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.ServiceHub.Framework.CultureInfoJsonConverter))>]
[<System.Runtime.Serialization.DataMember>]
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.ServiceHub.Framework.CultureInfoSystemTextJsonConverter))>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.ClientCulture : System.Globalization.CultureInfo with get, set
Public Property ClientCulture As CultureInfo
Property Value
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute DataMemberAttribute JsonConverterAttribute IsReadOnlyAttribute