I\'m trying to render a template in a different language using i18n. I did everything I could read about, from setting the language code, creating and compiling translation
Just add the paths of the locale files generated to the settings.py file like the following
settings.py
LOCALE_PATHS = ( "/xxx/xxx/Projects/xxx/sites/avb/locale/",)