how to reinstall locales

how to reinstall locales
i read online this is what i need to do to fix my problem

10.00
it was set to en_US = $10.00

changed it to en_GB =□10.00

setlocale(LC_MONETARY, ‘en_GB’);
$pricetotal = money_format("%10.2n", $pricetotal);

www.alphaxen.com/cart2.php

any ideas? HELP! PLEASEEEE

ok after posting many times on many different forums but little success i used the php manual to do this

setlocale(LC_MONETARY, 'en_GB');
$cartTotal = money_format('%!i',$cartTotal);
$cartTotal = "<div style='font-size:18px; margin-top:12px;' align='right'>Cart Total :£".$cartTotal."</div>";

and i have got this to work but isit ok or will it give me problems later

so get the number hide the currency info

then place the £ infront

is this ok???

Sponsor our Newsletter | Privacy Policy | Terms of Service