Multilanguage & Translation
Adding Required Settings
LANGUAGE_CODE = 'tr'
LANGUAGES = [
('tr', 'Türkçe'),
('en-us', 'English')
]Creating Language Files
python manage.py makemessages --ignore venvpython manage.py makemessages -d djangojs --ignore node_modulesChanging Language
Last updated
Was this helpful?

