Click or drag to resize
ThreadCurrentCulture Property
Gets or sets the culture for the current thread.

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public CultureInfo CurrentCulture { get; set; }

Return Value

Type: CultureInfo
A CultureInfo representing the culture for the current thread.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe property is set to null.
See Also