Get the currency from current culture?

后端 未结 8 1364
渐次进展
渐次进展 2020-12-03 04:25

Is there a way to get current information dynamically from the apps culture settings? Basically if the user has set the culture to US I want to know the currency is dollars

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-03 04:42

    http://help.outlook.com/en-us/140/system.globalization.regioninfo.currencynativename(VS.85).aspx

    You'll want the RegionInfo.CurrencyNativeName, RegionInfo.CurrencyEnglishName or RegionInfo.ISOCurrencySymbol

提交回复
热议问题