GWT gets locale from either the locale property or the locale query string. If neither is specified, it uses the \"default\" (ie en_US) locale.>
GWT
en_US
If your entry page is a JSP you can inspect the request's Accept-Language header to dynamically set the locale.
Accept-Language