Devise\Languages\LocaleDetector::universal PHP Method

universal() public method

Get the universal locale set by developer and laravel
public universal ( ) : string
return string
    public function universal()
    {
        return $this->Framework->Config->get('app.locale');
    }