Package org.olat.core.gui.control

Examples of org.olat.core.gui.control.LocaleChangedEvent


      } else if (event == Form.EVNT_VALIDATION_OK) {
        state = STATE_MIGRATED_SHIB_USER;
        mainContainer.setPage(VELOCITY_ROOT + "/disclaimer.html");
      }
    } else if (event instanceof LocaleChangedEvent) {
      LocaleChangedEvent lce = (LocaleChangedEvent)event;
      Locale newLocale = lce.getNewLocale();
      translator.setLocale(newLocale);
      dclController.changeLocale(newLocale);
    }
  }
View Full Code Here

TOP

Related Classes of org.olat.core.gui.control.LocaleChangedEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.