getLocale(); try { $translator->setLocale($locale); return $callback(); } finally { $translator->setLocale($original); } } }