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
The locale in a browser seems to be a bit of a guess and is hard to change for the user at least in firefox. Therefore we should provide a simple locale selector on the UI and store the result in a cookie.
The locale is currently used for thousands separator. Need to decide whether I want to use it for the date too.
If nothing is selected, we won't force anything into a cookie but just go along with whatever HttpServletRequest.getLocale() spits out.
The text was updated successfully, but these errors were encountered:
The locale in a browser seems to be a bit of a guess and is hard to change for the user at least in firefox. Therefore we should provide a simple locale selector on the UI and store the result in a cookie.
The locale is currently used for thousands separator. Need to decide whether I want to use it for the date too.
If nothing is selected, we won't force anything into a cookie but just go along with whatever HttpServletRequest.getLocale() spits out.
The text was updated successfully, but these errors were encountered: