S
Sakharam Phapale
Hi All,
I want to change currency symbol of current culture.
I am trying to do this by following code.
Dim obj As CultureInfo = System.Globalization.CultureInfo.CurrentCulture()
obj.NumberFormat.CurrencySymbol = "Rs"
Session.LCID = obj.LCID
But, still all currency controls on page shows "$"
So how to achieve this?
Since, we can read and write "CurrencySymbol" property then why it's not
working?
Any suggestion please?
Thanks in advance.
Sakharam Phapale
I want to change currency symbol of current culture.
I am trying to do this by following code.
Dim obj As CultureInfo = System.Globalization.CultureInfo.CurrentCulture()
obj.NumberFormat.CurrencySymbol = "Rs"
Session.LCID = obj.LCID
But, still all currency controls on page shows "$"
So how to achieve this?
Since, we can read and write "CurrencySymbol" property then why it's not
working?
Any suggestion please?
Thanks in advance.
Sakharam Phapale