Hey all,
I’m building a website, and on the login and registration part, the helptext is in English.
The Character, Letter sing, and confirm password and so on.
Need to change to another Language. Where i can do that.?
Can´t find it, because i think its from Django itself.
Sorry for the newbie question ![]()
Can anyone guide me ?
Thy a lot
hi
the first step is to set LANGUAGE_CODE and USE_I18N
language code should be the code of your language, and use_i18n should be set to True
this is done in your settings.py file (ot wherever you store settings)
django creates these settings by default when you make a project, so just change the values
Damn… sooooo easy…
Thx a lot. That works. ![]()