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"
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"
true
for en-GB
, and the asker indicates that "miles" (non-metric) would be preferred for that culture. –
Respondent © 2022 - 2024 — McMap. All rights reserved.