Click or drag to resize
CultureInfoCurrentCulture Property
Gets the CultureInfo that represents the culture used by the current thread.

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

Return Value

Type: CultureInfo
The CultureInfo that represents the culture used by the current thread.
See Also