setlocale to fr-FR in PHP and number formatting
- by bateman_ap
Hi, I am trying to create a French version of one of my sites. I have set setlocale(LC_ALL, 'fr_FR'); at the top of my page, and using strftime I am displaying dates correctly in the French style.
However I am having some problems with a number. Part of the page uses data I am getting from a Web Service. I am assigning a returned value to a var…