public function setPluginSelectLanguageCells($cells) {
        if (!in_array(getType($cells), ['string', 'array'])) {
            throw new InvalidArgumentException('Cells must be a string or a array with plural translations.');
        } elseif (is_array($cells)) {
            $allowedKeys = ['_', '0', '1'];