JCE FLAG

SWEDEN

JCE South America 
PO Box 53230
SE-400 16 Gothenburg
Sweden

CHILE

JCE Chile SpA Avda 
Del Valle Norte 857
Hechuraba, Santiago
Chile

BRAZIL

JCE Brasil Ltda. Avda. 
Juscelino Kubitschek de Oliveira,
3003 CIC, Curitiba, PR - CEP: 81270-200
Curitiba, Brazil

COLOMBIA

Equipos Toyama de Colombia S.A.S.
Carrera 68D No 25B, 40 Oficina 618
Torre Central, Bogotá
Colombia

PERU

JCE Peru S.A.C
Edificio NOS Golf San Isidro Calle
Esquilache 371, of 601, San Isidro
Lima, Peru

@JCE All Rights Reserved

JCE FLAG

SWEDEN

JCE South America 
PO Box 53230
SE-400 16 Gothenburg
Sweden

CHILE

JCE Chile SpA Avda 
Del Valle Norte 857
Hechuraba, Santiago
Chile

BRAZIL

JCE Brasil Ltda. Avda. 
Juscelino Kubitschek de Oliveira,
3003 CIC, Curitiba, PR - CEP: 81270-200
Curitiba, Brazil

COLOMBIA

Equipos Toyama de Colombia S.A.S.
Carrera 68D No 25B, 40 Oficina 618
Torre Central, Bogotá
Colombia

PERU

JCE Peru S.A.C
Edificio NOS Golf San Isidro Calle
Esquilache 371, of 601, San Isidro
Lima, Peru

@JCE All Rights Reserved

document.addEventListener('DOMContentLoaded', function() { window.addEventListener('resize', function() { if (window.innerWidth >= 1024) { document.body.classList.remove('overlay-active'); } }); }); document.addEventListener("DOMContentLoaded", function () { const languageSwitcher = document.querySelectorAll(".language-switch a"); // Adjust this selector if needed if (!languageSwitcher) return; // Get current URL path const currentPath = window.location.pathname; // Define language prefixes const languagePrefixes = ["en", "br", "es"]; // Detect current language from URL let currentLang = languagePrefixes.find(lang => currentPath.startsWith(`/${lang}/`)); if (currentLang) { languageSwitcher.forEach(link => { const newLang = link.getAttribute("data-lang"); // Each link should have a data-lang attribute if (languagePrefixes.includes(newLang)) { link.href = currentPath.replace(`/${currentLang}/`, `/${newLang}/`); } }); } });