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
Is your feature request related to a problem or unsupported use case? Please describe.
Some part of the application is not translated in the user interface. This happen when the text is sent by the backend application, by default it uses english and if no header Accept-Language is set no translation is made
Describe the solution you'd like
Set in the request the header Accept-Language using the language used in the current session
Feature Request
Is your feature request related to a problem or unsupported use case? Please describe.
Some part of the application is not translated in the user interface. This happen when the text is sent by the backend application, by default it uses english and if no header
Accept-Language
is set no translation is madeDescribe the solution you'd like
Set in the request the header
Accept-Language
using the language used in the current sessionhttps://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language
The text was updated successfully, but these errors were encountered: