JR4NOTAXES
New Member
I am using the formatCurrency function but its retuning the values with a dollar sign. Does anyone know how to return them with the British pound symbol as I live in dear old blighty.<BR><BR>Thanks in Advance.That is a localization setting...if you add:<BR><BR>imports System.Globalization<BR><BR> and also add<BR><BR>Culture=en-GB <BR><BR>to the page directive at the top of your page..it will set *all* locale-sensitive information(date, money, etc..) to "England" settings....<BR><BR>Hope that's what you needed!<BR><BR>TimYou actually only have to add the Culture=en-GB part...you don't need to import system.globalization...Thanks a lot for that.<BR>That worked a treat, my shopping cart is now displaying