Jordan condemns Israeli decision to erect 22 settlements in West Bank 

Jordan condemns Israeli decision to erect 22 settlements in West Bank 
A general view shows construction work in the Israeli settlement in the occupied West Bank, on 28 October 2021 (AFP photo)

AMMAN — The Foreign Ministry condemned on Thursday Israel’s decision, as the occupying power in the West Bank, to approve the construction of 22 new settlements.

The ministry's spokesperson Sufian Qudah called Israel's decision as a "blatant" violation of international law, and a clear affront to the inalienable right of the Palestinian people to establish their independent and sovereign state on the lines of 4 June 1967, with occupied Jerusalem as its capital.

He reaffirmed the Kingdom’s "absolute" rejection of and firm condemnation of the decision, which contravenes United Nations Security Council resolutions, in particular Resolution 2334.

The resolution denounces all Israeli measures aimed at altering the demographic composition, character, and status of the occupied Palestinian territory since 1967, including occupied Jerusalem, and affirms that all Israeli settlement activities in the occupied Palestinian territories, including Jerusalem, are illegal under international law.

Qudah also referred to the advisory opinion of the International Court of Justice, which underscored the illegality of the Israeli occupation, the unlawful nature of settlement construction, and the invalidity of all annexation measures of occupied Palestinian land.

He noted that the decision reflects a deliberate disregard for repeated international calls to stop settlement activities and other violations in the occupied Palestinian territories.

He further stressed that all Israeli actions and decisions in the West Bank are illegal, reaffirming that Israel has no sovereignty over the occupied Palestinian territories.

Qudah called on the international community to uphold its legal and moral responsibilities, compel Israel to cease its aggression against Gaza and its dangerous escalation in the occupied West Bank, and ensure the protection of the Palestinian people.

He urged the international community to support the legitimate rights of the Palestinians to establish their independent and sovereign state along the 4 June 1967 lines with East Jerusalem as its capital, stop the crimes committed against them, and hold those responsible to account.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });