Click or drag to resize
CultureInfoCurrentUICulture Property
Gets the CultureInfo that represents the current culture used by the Resource Manager to look up culture-specific resources at run time.

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

Return Value

Type: CultureInfo
The CultureInfo that represents the current culture used by the Resource Manager to look up culture-specific resources at run time.
See Also