Get clients browser language in gwt
I am working on multilingual web application which will show the page according to the browse开发者_JS百科r language..I am using GWT in java. How can I get the browser language
GWT itself has support for internationalization (i18n).
You can read about it in their docs here.
精彩评论