Forum Moderators: open
If we did enter the euro how would that affect us ASP users, using FormatCurrency() etc?
At present, the server is all set up for the UK and I force the issue be setting the Session.LCID = 2057 in my global.asa file.
If and when the time comes, I assume a simply change in the currency settings within the server Win2K/IIS 5 will fix the FormatCurrency() to use the Euro symbol. Am I correct in this assumption?
The problem I am worrying about is timing... As obvioulsy when the time comes I'll need to run through my databases aplying a conversion to all the prices.
So is there anyway I could make the change before my host does? by way of forcing maybe a differnt LCID or similar or some hack on the formatCurrency()
I don't want to go through all the code and replace formatcurrency ;)_
So you perhaps need to plan ahead for how you handle dual currencies than a one-off flipover from pounds to Euros.