I have a model that has multiple text properties – title, short and long description etc. I want to have multilanguage site so I need a way to easy by able to add new languages and translations for this field for every item. What is the best way to achieve this?
Share
Django has built-in support for I18N (read internationalization):
Some possible multilingual model candidates: