Internationalization support!

Posted by Adrian Holovaty on November 4, 2005

It's been weeks in the making, and it's finally here: Outstanding internationalization support in Django.

Thanks to Hugo and a number of other community members, Django now has:

This update is fully backwards-compatible.

We're grateful that translators have submitted translations for the following languages:

To get started, just update your Django code and read the full internationalization docs.

If you want a quick flash of coolness, turn on the new LocaleMiddleware, change your browser's language settings to any of the other supported languages, and launch your Django admin site. Warning: Its coolness will blow your mind.

Back to Top