| 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.GlobalizationAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
 Syntax
Syntaxpublic static CultureInfo CurrentUICulture { get; }Return Value
Type: 
CultureInfoThe 
CultureInfo that represents the current culture used by the Resource Manager to look up culture-specific resources at run time.
 See Also
See Also