Request::setLocale PHP Method

setLocale() public static method

Sets the locale.
public static setLocale ( string $locale )
$locale string
        public static function setLocale($locale)
        {
            //Method inherited from \Symfony\Component\HttpFoundation\Request
            return \Illuminate\Http\Request::setLocale($locale);
        }