CultureInfoCurrentCulture Property |
Gets the
CultureInfo that represents the culture used by the current thread.
Namespace: System.GlobalizationAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static CultureInfo CurrentCulture { get; }
Return Value
Type:
CultureInfoThe
CultureInfo that represents the culture used by the current thread.
See Also