getUser(user(), 'language', $defaultLang); app()->setLocale($locale); Carbon::setLocale($locale); return $next($request); } }