LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   php, debian and setlocale in french / russian (https://www.linuxquestions.org/questions/programming-9/php-debian-and-setlocale-in-french-russian-681298/)

spyros 11-05-2008 09:28 AM

php, debian and setlocale in french / russian
 
Hi All,

I have the below simple piece of code

setlocale(LC_ALL, 'fr_FR')
echo strftime("%A, %e %b",time());

What do I need to do so that this outputs in French or Russian.

I ahve also tried french, French, fr_BE etc...

Is this php specific, debian specific or what?

I am using debian sarge and php5.

Any help appreciated.

Thanks


All times are GMT -5. The time now is 01:59 AM.