public function createLanguage($language_code) { $this->copyLanguageFiles($language_code); $this->translation_manager->importTranslations(); }