你好,
我使用Windows XP sp2作为我的开发平台,
我在显示货币符号时遇到问题。
你看,对于马来西亚来说,正确的货币符号是RM,
但是当我使用uiCulture="ms"culture="ms-MY"时,显示的货币符号是R。在谷歌搜索这个问题后,我发现有一种方法可以解决这个问题,因为我必须使用uiCulture =“en”culture =“en-MY”。当我将其应用于 web.config 时,编译错误。
该标签包含无效的“文化”属性值。
我又用谷歌搜索了一下,发现这种文化只在 Vista 中支持。
除了安装 Vista 之外,还有其他解决此问题的方法吗?
提前致谢
HI,
Im using Windows XP sp2 as my development platform,
I'm having problem in displaying currency symbol.
You see,for Malaysia the correct currency symbol is RM,
but when I used uiCulture="ms" culture="ms-MY" the currency symbol displayed is R. After googling for this problem I've found out that there's a way to correct this problem, given I have to use uiCulture="en" culture="en-MY". When I apply this to the web.config, compile error.
The tag contains an invalid value for the 'culture' attribute.
And I googled again then I found out that this culture only supported in Vista.
Is there any workaround for this problem, beside installing Vista.
Thanks In Advance
发布评论
评论(1)
为 en-MY 创建自定义文化。您可以使用 Vista 中的文化作为模板。
http://msdn.microsoft.com/en -us/library/ms172469(v=vs.100).aspx
Create a custom culture for en-MY. You can use the culture from Vista as a template.
http://msdn.microsoft.com/en-us/library/ms172469(v=vs.100).aspx