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? Best Regards, Dirk Eschler -- Dirk Eschler <mailto:[EMAIL PROTECTED]> http://www.krusader.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

