C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Threading
Thread Class
Thread Properties
CurrentCulture Property
CurrentThread Property
CurrentUICulture Property
ManagedThreadId Property
Thread
CurrentCulture 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#
Copy
public
CultureInfo
CurrentCulture
{
get
;
set
; }
Return Value
Type:
CultureInfo
A
CultureInfo
representing the culture for the current thread.
Exceptions
Exception
Condition
ArgumentNullException
The property is set to null.
See Also
Reference
Thread Class
System.Threading Namespace