Brijesh81 Posted July 14, 2003 Posted July 14, 2003 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. Quote
hrabia Posted July 15, 2003 Posted July 15, 2003 Try with <globalization> tag and "culture" attribute in web.config Quote A man and a dog have an average of three legs. Beaware of Statistics.
Brijesh81 Posted July 15, 2003 Author Posted July 15, 2003 Hi hrabia, Thanks a lot for your help. Being a newcomer to web, I, however, could not understand what to do. Couls u pl. help with the code snippet that I should write in the <Web.Config> Thanks a lot... Brijesh Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.