My application is on Lightswitch platform and culture set in general properties "en-US" Application entity type set is "Money", currency code set is "INR", and Symbol Mode set is "Currency Symbol". After publishing to windows Azure, the currency displays in the screen is "Rupee Symbol " but in Xtrareport devexpress the cureency displays as "$" and as per my requirement it should be "Rupee Symbol".

Please help me to achieve so.

有帮助吗?

解决方案 2

Finally it worked out for me this way,

<system.web><globalization culture="hi-IN" uiCulture="hi-IN" /></system.web>

其他提示

Try setting the UICulture of the current thread. My sense is that the Azure worker/site/etc uses en-us as its UICulture.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top