Package org.olat.registration

Examples of org.olat.registration.LanguageChooserController


    ureq.getUserSession().putEntry(LocaleNegotiator.NEGOTIATED_LOCALE, locale);
   
    translator = new PackageTranslator(PACKAGE, ureq.getLocale());
    mainContainer = new VelocityContainer("main", VELOCITY_ROOT + "/langchooser.html", translator, this);
 
    languageChooserController = new LanguageChooserController(ureq, wControl, false);
    languageChooserController.addControllerListener(this);
    mainContainer.put("select.language", languageChooserController.getInitialComponent());
    mainContainer.contextPut("languageCode", locale.getLanguage());

    regForm = new ShibbolethRegistrationForm("regForm", translator);
View Full Code Here

TOP

Related Classes of org.olat.registration.LanguageChooserController

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.