Anything Else

Friday, July 13, 2007

Featured Django Project: i18ndynamic

I am a huge fan of django. And after their recent unicode improvements, they have become really good option of i18n enabled sites, or sites that are available in multiple languages. So now the interface can be in more than one language, django will select the default website language based on browser settings, and allows user to select their language preferences if they want. Only missing piece was translating data. While django's translation utilities support translating data in database, but something was missing, the capability to for example, store description of a book, for example, in different languages. i18ndynamic is exactly what was needed.

Labels: Python Programming Django

If you find this post useful, please conside buying me a pizza!

1 Comment

<< Home