Request::getDefaultLocale PHP Méthode

getDefaultLocale() public static méthode

Get the default locale.
public static getDefaultLocale ( ) : string
Résultat string
        public static function getDefaultLocale()
        {
            //Method inherited from \Symfony\Component\HttpFoundation\Request
            return \Illuminate\Http\Request::getDefaultLocale();
        }