I want to set gwt-locale taking user chosen locale with the help of Spring LocaleContextHolder.
gwt-locale
LocaleContextHolder
public static final String getCurre
The solution inspired by Thomas Broyer,
X.gwt.xml
And , home.jsp
home.jsp
locale being passed from Spring Controller
{ //... modelMap.put("locale", locale); return "home"; }