user()->getLocale(); config(['app.locale' => $locale]); app('translator')->setLocale(Str::before($locale, '_')); app('events')->dispatch(new LocaleUpdated($locale)); Number::useLocale($locale); Number::useCurrency(auth()->user()->getCurrency()); } return $next($request); } }