-
|
opencloud seems to evaluate "Accept-Language" from from the http header to show the login page in the langage preferred by the browser session. In my environment the login page is displayed in german. After login the pages are shown in english (until I change the language in my profile). Is it possible to set a default language different from english (maybe by setting some environment variable evaluated on server startup)? On user creation there is no option to set a language, so this probably would be an new feature. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
There is a default language setting for openCloud https://github.com/opencloud-eu/opencloud/tree/main/services/settings#default-language That doesn't include the login page, because that is not part of openCloud. |
Beta Was this translation helpful? Give feedback.
There is a default language setting for openCloud
https://github.com/opencloud-eu/opencloud/tree/main/services/settings#default-language
That doesn't include the login page, because that is not part of openCloud.