Property DefaultCultureInfo
DefaultCultureInfo
Gets or sets the default CultureInfo object which the HTTP server will apply to the request handlers and callbacks thread.
[Obsolete("This property is obsolete and changing it will have no effect. Use CultureInfo.DefaultThreadCurrentCulture instead.")]
public CultureInfo? DefaultCultureInfo { get; set; }
Property Value
Remarks
This property is obsolete. Use DefaultThreadCurrentCulture instead.