You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2020. It is now read-only.
On page Preferences it is possible to set a language for the user interface. This value is ignored. Instead always the language of the browser is used as language in all REST API request that are executed by Paper UI receive the different values (e.g. binding infos).
I have checked it with the debugger and the acceptlanguage field of the request contains always the locale of the browser.
The question is whether this language preference setting is really necessary. In my opinion the browser's language (with english as fallback language) is sufficient and I don't know whether anybody wants to set a different language.
Another option would be use the language set in the locale (under Configuration/System) also as language for Paper UI.
The text was updated successfully, but these errors were encountered:
This is a follow-up issue to #2589.
On page Preferences it is possible to set a language for the user interface. This value is ignored. Instead always the language of the browser is used as language in all REST API request that are executed by Paper UI receive the different values (e.g. binding infos).
I have checked it with the debugger and the acceptlanguage field of the request contains always the locale of the browser.
The question is whether this language preference setting is really necessary. In my opinion the browser's language (with english as fallback language) is sufficient and I don't know whether anybody wants to set a different language.
Another option would be use the language set in the locale (under Configuration/System) also as language for Paper UI.
The text was updated successfully, but these errors were encountered: