System.Globalization.RegionInfo.CurrentRegion.EnglishName will display the english name of the country set in Control Panel... Regional and Language Options.
If you need the localized name rather than the english name, you can retrieve it from System.Globalization.RegionInfo.CurrentRegion.DisplayName.