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