如何在Windows Phone 8.1中获取当前位置的当前货币代码

时间:2015-05-21 14:31:30

标签: c# .net geolocation windows-phone-8.1 windows-8.1

我找到了当前位置 - 国家/地区代码,但是如何在Windows Phone 8.1中获取此位置的货币代码?

1 个答案:

答案 0 :(得分:2)

您可以对网络服务进行网络通话,以将国家/地区代码映射到货币代码,也可以将国家/地区代码列表嵌入到应用中的货币代码映射中。

以下是提供映射的Web服务示例。

http://country.io/currency.json

...
"US": "USD",
"UY": "UYU",
"UZ": "UZS",
"VA": "EUR",
"VC": "XCD",
...