Domanda

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.

È stato utile?

Soluzione 2

Finally it worked out for me this way,

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

Altri suggerimenti

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top