public ResourceBundle() {
   this.localeName =
       StringUtils.defaultIfEmpty(
           Window.Location.getParameter("locale"), getLanguagePreference()); // $NON-NLS-1$
 }