On Aug 17, 5:18 pm, "Rami Chowdhury" <rami.chowdh...@gmail.com> wrote:
>
> >>> import locale
> >>> locale.setlocale(locale.LC_ALL, 'FR')

locale is nice when you only have a single thread.

Webservers aren't single threaded. You can't serve up one page for one
locale and then another in another locale without seeing very, very
weird behavior.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to