WebFormsRootDesigner.CurrentCulture Property

Definition

Gets the culture information for the current thread.

public:
 property System::Globalization::CultureInfo ^ CurrentCulture { System::Globalization::CultureInfo ^ get(); };
public System.Globalization.CultureInfo CurrentCulture { get; }
member this.CurrentCulture : System.Globalization.CultureInfo
Public ReadOnly Property CurrentCulture As CultureInfo

Property Value

The culture information for the current thread.

Applies to

See also