On 10/03/06 19:14, Dirk Eschler wrote:
> Hello,
> 
> please let me first point out that i'm new to Django. I have experience with 
> gettext, but only in non-webapp environments.
> 
> I've read through the i18n doc and am quite impressed about the gettext 
> support. I just wonder how you usually handle dynamic content. Clients/Users 
> often want to localize the content they add right in the admin interface. Are 
> there any hooks in Django that make it easier?
> 
> The simplest way i see, is to use separate columns for each language (e.g. 
> title_en, title_de) in my models. Is there a better approach?

Not a complete solution, but maybe gets you started.

http://djangoutils.python-hosting.com/wiki/TranslationService

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to