input('country_code'); if ($country_code) { app()->setLocale($country_code); }else{ app()->setLocale('zh-CN'); } return $next($request); } }