| CultureInfoUseUserOverride Property | 
Gets a value indicating whether the current 
CultureInfo uses the user-selected culture settings.
 
Namespace: System.GlobalizationAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
 Syntax
Syntaxpublic bool UseUserOverride { get; }Return Value
Type: 
Booleantrue if the current 
CultureInfo uses the user-selected culture settings; otherwise, false.
 See Also
See Also