Re: Multi-language support in Django

2005-11-22 Thread wang bin
Thanks for reply, and hi Krzysztof Drozd I don't understand some code you writed, could you please explain it, thanks. And also my english is not good, if any offend please forgive me :) 2005/11/22, Krzysztof Drozd <[EMAIL PROTECTED]>: > class Publication(meta.Model): > title = meta.CharField(

Multi-language support in Django

2005-11-22 Thread wang bin
Currently Django only supports selecting a language based on the browser's Accept-Language setting. Most web frameworks allows overriding this setting with a cookie-based setting, so that you can easily switch the language without changing the browser settings. Is anyone working on this? If not,