use RainLab\Translate\Classes\Translator; protected $translator; function onStart(){ $this->translator = Translator::instance(); $this['SelectedLanguage'] = $this->activeLocale = $this->translator->getLocale(); }