System.Globalization.RegionInfo.CurrentRegion Property

Gets the System.Globalization.RegionInfo that represents the country/region used by the current thread.

Syntax

public static RegionInfo CurrentRegion { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The value of this property is based on the culture selected through the regional and language options portion of Control Panel. However, that information can change during the life of the AppDomain. The System.Globalization.RegionInfo class does not automatically detect changes in the system settings, but the RegionInfo.CurrentRegion property is updated when you call the CultureInfo.ClearCachedData method.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0