Zendesk\API\Resources\Core\Locales::findCurrent PHP Method

findCurrent() public method

This works exactly like show, but instead of taking an id as argument, it renders the locale of the user performing the request
public findCurrent ( array $params = [] ) : stdClass
$params array
return stdClass | null
    public function findCurrent(array $params = [])
    {
        $this->findAll($params, __FUNCTION__);
    }