// GET: Admin/Translations public ActionResult Index() { return(View(LanguageHelper.GetBaseTranslationDtos())); }