On Mon, Mar 2, 2009 at 7:31 PM, tdelam <tde...@gmail.com> wrote:

>
> Hey everyone. I would like to create a simple bilingual web site. Does
> anyone have any tips how I can accomplish this with Django? Basically
> a typical bilingual web site, click "french" french content is
> presented and vice versa for english...
>
>
> Any suggestions would help.
>
> >
>
Well Django has internationalization support for static strings, check the
docs for that.  For the dynamic content you probably want somethign like
django-transdb, or django-multilingual.  Or you could handle it manually by
just putting 2 fields for each "field" one for each language.

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to