We have a vaadin application and custom gwt widget included as external jar. Widget has its own translations (polish and english). The problem is, when running custom widget in external app, it does translate properly, but when it is inside a vaadin application, regardless the application (and even browser) locale - it is only in english, all the time.
Question is, how gwt custom widgets obtain information about language to use and is there any option to override this (force widget language/locale)?