|
|
Introduction
Introduction to Django-multilingual
Summary
The Django-Multilingual extension allows you to transparently store content in multiple languages for set fields inside Django models. This is unlike Django i18n which is a translation system used for static content.
Features
- Transparent operation with Django allowing for dynamic data in multiple languages.
- Automatically provides extra language fields in the Django Admin interface.
- Easy to use template tags for data capture.
- Contains multilingual flatpages application
Please go to the Usage page for information on how to install and use Django-multilingual in your applications.
Sign in to add a comment

cool idea