Re: Some clues on multi language webapp on Django

2011-03-23 Thread Kenneth Gonsalves
On Tue, 2011-03-22 at 14:18 +, Andre Lopes wrote: > I'm new to Django. I need some clues on how to design a multi language > webapp on Django. There are some some examples, tips and tricks about > the best way of doing it? read up on internationalization and django-transmeta -- regards KG

Re: Some clues on multi language webapp on Django

2011-03-22 Thread Daniel Hilton
On 22 March 2011 14:18, Andre Lopes wrote: > Hi, > > I'm new to Django. I need some clues on how to design a multi language > webapp on Django. There are some some examples, tips and tricks about > the best way of doing it? > > PS: Sorry for my english. Have a look at

Re: Some clues on multi language webapp on Django

2011-03-22 Thread Julien Castets
take a loop to internationalization and localization : http://docs.djangoproject.com/en/dev/topics/i18n/?from=olddocs On Tue, Mar 22, 2011 at 3:18 PM, Andre Lopes wrote: > Hi, > > I'm new to Django. I need some clues on how to design a multi language > webapp on Django.

Some clues on multi language webapp on Django

2011-03-22 Thread Andre Lopes
Hi, I'm new to Django. I need some clues on how to design a multi language webapp on Django. There are some some examples, tips and tricks about the best way of doing it? PS: Sorry for my english. Best Regards, -- You received this message because you are subscribed to the Google Groups