I have been using the Django i18n framework with great success for some time now, but now I'm hitting a wall:
In the same page I want to use three different languages without regard to the browser language. I'm wishing for something like: <tr><td> {% trans zh "distribution package"%}<br/> {% trans en "distribution package"%}<br/> {% trans de "distribution package"%}<br/> </td> <td>40x60x30</td> <tr> This is to get a multi-lingual description which will be printed out. OBviously until now the trans tag does not support manual language selection. Any Idea how to archive that result? --md --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---