I am using the following code to get the Sybol for the currency, while displaying a field containing money related data.
System.Globalization.RegionInfo.CurrentRegion.CurrencySymbol
Now the problem is that it displays the Symbol but it displas the $ symbol for the currency while I need a <YEN> symbol for the Japanese currency.
Is it because of the <Regional Settings> on my machine. I changed regional settings as well but to no help.
Any help would be greatly appreciated.
Thanks a lot.
System.Globalization.RegionInfo.CurrentRegion.CurrencySymbol
Now the problem is that it displays the Symbol but it displas the $ symbol for the currency while I need a <YEN> symbol for the Japanese currency.
Is it because of the <Regional Settings> on my machine. I changed regional settings as well but to no help.
Any help would be greatly appreciated.
Thanks a lot.