/**
  * Prepares the taskbar and adds the taskbar to the view
  * @return null
  */
 protected function addTaskbar()
 {
     $localizePanelView = new LocalizePanelView($this->isLocalized);
     $this->taskbar->addNotificationPanel($localizePanelView);
     parent::addTaskbar();
 }