Pregunta

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.

¿Fue útil?

Solución 2

Finally it worked out for me this way,

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

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top