質問

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