Re: Language Translation using multilingual in django

2012-05-11 Thread Madhu
Thanks for the reply I create flatpages using multilingual flagpages in different languages. I want to call that pages in different urls, how it should be done? Mulilingual package has its own views & urls. On Thursday, May 10, 2012 7:05:53 PM UTC+5:30, juanpex wrote: > > If you only want to disp

Re: Language Translation using multilingual in django

2012-05-10 Thread Juan Pablo Martínez
If you only want to display information but dont want to work with translations in code you can try https://github.com/juanpex/django-model-i18n/ On Thu, May 10, 2012 at 10:13 AM, Madhu wrote: > Hi! > I am new in django. > I use multilingual & create flatpages. > I add different languages into

Language Translation using multilingual in django

2012-05-10 Thread Madhu
Hi! I am new in django. I use multilingual & create flatpages. I add different languages into settings.py & i display all available languages in template, But i want to covert the content of flatpages into another language as per user requirement by using url getting current language code, can an