Request::getLanguages PHP Method

getLanguages() public static method

Gets a list of languages acceptable by the client browser.
public static getLanguages ( ) : array
return array Languages ordered in the user browser preferences
        public static function getLanguages()
        {
            //Method inherited from \Symfony\Component\HttpFoundation\Request
            return \Illuminate\Http\Request::getLanguages();
        }