System.Globalization.RegionInfo.CreateFromNSLocale C# (CSharp) Method

CreateFromNSLocale() static private method

static private CreateFromNSLocale ( ) : RegionInfo
return RegionInfo
		static RegionInfo CreateFromNSLocale ()
		{
			return new RegionInfo (monotouch_get_locale_country_code ());
		}
	}