I'd add a "lang" field to News and retrieve news based on whether the  
URL starts with /en/, /sp/ ,/ru/ etc.

Erik

On 13.10.2008, at 18:48, Alex Rades wrote:

>
> Hi,
> if we have a model like:
>
> class News(models.Model):
>    title = models.CharField(..)
>    content = models.TextField(...)
>
> Imagine i want to work with different language (this means adding
> multilingual content via admin and retrieving it from views/templates)
> What is the best way to develop this kind of multi language support?
> (Of course I dont want to add title_en title_es... )
>
> Thank  you
>
> >


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to