I am using vaadin framework and in my application I have:
@Override public void onRequestStart(HttpServletRequest request, HttpServletResponse respon
Try getting the session locale:
UI.getCurrent().getSession().getLocale();
That worked for me.