function exportLang($lang_id)
 {
     $trAdmin = $this->repo->get($lang_id);
     return $trAdmin->storage->exportLang();
 }