If no language is set the user interface looks like this:
After choosing a language it looks good again:
I tested with Chrome and Edge and it needed to be set once in each browser.
It just worked with Firefox without setting a language.
If no language is set the user interface looks like this:
After choosing a language it looks good again:
I tested with Chrome and Edge and it needed to be set once in each browser.
It just worked with Firefox without setting a language.
This is indeed a bug!
Thanks for reporting, I’ve opened an bug card: https://trello.com/c/xTMraEtG/197-ui-no-default-language
In the Account settings in the upper right corner.
Hi Markus,
Thank you.
Michel-André
Hi @mrmarkuz, thanks for reporting.
It was a bug that prevented the English fallback to work properly if the language set in the browser is not supported by NethSecurity (currently only English and Italian are supported).
We have released a new image that should solve the problem, these are the steps for testing:
Why the browser should store the preferences of language?
Deleting the related cookie might also work?
NethSecurity is not currently using any cookie.
Local storage is used to remember user preferences, like which WAN interface to display in the “WAN traffic” dashboard chart, or which language the user prefers; by default browser language is used, but the user can explicitly choose one of the supported languages inside Account management page.
Thanks for the detailed explaination, however, “local storage” of the browser act like… a cookie?
Cookies are usually read by the server and are transferred inside HTTP headers.
Local storage entries are used only for client-side purposes, they don’t have an expiration and can contain complex javascript objects.
Where can I find the new image for testing?
At the official download link: Download — NethSecurity documentation
Great, the test worked. After clearing the language preference and reloading the page, the UI is in English now. I can’t reproduce the issue anymore.