问题
Is it possible to get the unit of distance from a CultureInfo class or any other class in the System.Globalization namespace.
e.g. "en-GB" would be "mile", "en-FR" would be "km"
回答1:
RegionInfo.CurrentRegion.IsMetric
来源:https://stackoverflow.com/questions/6020359/units-of-distance-for-the-current-cultureinfo-in-net