I wonder how to change the default language:
In configuration.py it is
LANGUAGE_CODE = ‘en-US’
Still the page applies German (de-DE) as the default language?
Any ideas?
Yours,
Felix
I wonder how to change the default language:
In configuration.py it is
LANGUAGE_CODE = ‘en-US’
Still the page applies German (de-DE) as the default language?
Any ideas?
Yours,
Felix
If you have selected another language in the browser, then that will take precedent over the default language. In the latest version, there is additionally a per user language setting. If you created your user while German was the default language, then this will be the user’s preferred language by default.
If no setting has been touched, US English will be the default language of any newly installed FW server.