Package org.olat.core.commons.chiefcontrollers

Examples of org.olat.core.commons.chiefcontrollers.LanguageChooserController


    super(ureq, wControl);

    topNavVC = createVelocityContainer("dmztopnav");

    //choosing language
    languageChooserC = new LanguageChooserController(getWindowControl(), ureq);
    //DOKU:pb:2008-01 listenTo(languageChooserC); not necessary as LanguageChooser sends a MultiUserEvent
    //which is catched by the BaseFullWebappController. This one is then
    //responsible to recreate the GUI with the new Locale
    //
    topNavVC.put("languageChooser", languageChooserC.getInitialComponent());
View Full Code Here

TOP

Related Classes of org.olat.core.commons.chiefcontrollers.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.