Keevitaja\Linguist\Services\Linguist::workingLocale PHP Method

workingLocale() public method

Get working locale or default on fail
public workingLocale ( ) : string
return string
    public function workingLocale()
    {
        return config('app.locale');
    }