Hello :-)
My question is the following:
I got one application running with GWT. At the startup of the application, one GWTClientModule which extends AbstractGinModule or another GWTClientModule is loaded.
Based on that switch I would like to set the local. Is there a way to set the local not directly in .html by doing as follow:
<meta name="gwt:property" content="locale=fr">
but directly in one of the selected GWTClientModule?
Thank you very much for your kind assistance ;-)