Re: Format dates using a specific locales under mod_python

2009-05-29 Thread Jarek Zgoda
Wiadomość napisana w dniu 2009-05-29, o godz. 03:42, przez luper rouch: >>> I tried to put locale.setlocale(locale.LC_TIME, 'fr_FR.UTF-8') in >>> the >>> settings file and it works well on the development server. The >>> problem >>> is under mod_python dates are printed in the selected locale

Re: Format dates using a specific locales under mod_python

2009-05-28 Thread luper rouch
2009/5/29 Graham Dumpleton : > > > > On May 28, 10:16 pm, luper rouch wrote: >> By default, dates are formated in English (things like .strftime("%A") >> return days names in English). >> >> I tried to put locale.setlocale(locale.LC_TIME, 'fr_FR.UTF-8') in the >> settings file and it works well o

Re: Format dates using a specific locales under mod_python

2009-05-28 Thread Graham Dumpleton
On May 28, 10:16 pm, luper rouch wrote: > By default, dates are formated in English (things like .strftime("%A") > return days names in English). > > I tried to put locale.setlocale(locale.LC_TIME, 'fr_FR.UTF-8') in the > settings file and it works well on the development server. The problem >