// Automatikus magyar nyelvre váltás sessionStorage használatával // Wix multilingual weboldal számára (function() { // Ellenőrizzük, hogy már kezeltük-e a nyelvváltást ebben a session-ben const languageHandled = sessionStorage.getItem('languageHandled'); // Ha már kezeltük, ne csináljunk semmit if (languageHandled) { return; } // Aktuális URL lekérése const currentPath = window.location.pathname; const currentUrl = window.location.href; // Böngésző nyelvének lekérése const browserLanguage = navigator.language || navigator.userLanguage; // Ellenőrizzük, hogy magyar nyelvű-e a böngésző (hu vagy hu-HU) const isHungarian = browserLanguage.toLowerCase().startsWith('hu'); // Ellenőrizzük, hogy már magyar oldalon vagyunk-e const isAlreadyHungarian = currentPath.startsWith('/hu/') || currentPath === '/hu'; // Ha magyar a böngésző ÉS még NEM vagyunk magyar oldalon if (isHungarian && !isAlreadyHungarian) { // Jelöljük meg, hogy kezeltük a nyelvváltást sessionStorage.setItem('languageHandled', 'true'); // Átirányítás magyar verzióra if (currentPath === '/' || currentPath === '') { // Ha a főoldalon vagyunk window.location.href = window.location.origin + '/hu/'; } else { // Ha egy aloldalon vagyunk, adjuk hozzá a /hu/ prefix-et window.location.href = window.location.origin + '/hu' + currentPath + window.location.search; } } else { // Ha nem magyar vagy már magyar oldalon van, jelöljük meg hogy kezeltük sessionStorage.setItem('languageHandled', 'true'); } // Nyelválasztó figyelése - ha manuálisan vált a user, megjegyezzük // Ez a Wix nyelválasztó gombjaira figyel document.addEventListener('click', function(e) { // Keressük meg a nyelválasztó elemeket const target = e.target.closest('[data-testid*="language"], .language-selector, [class*="language"]'); if (target) { // Ha nyelválasztót kattintott, jegyezzük meg hogy kézzel választott sessionStorage.setItem('languageHandled', 'true'); sessionStorage.setItem('manualLanguageChoice', 'true'); } }); })();
top of page

In 1999, our scope expanded to include machine conformity assessments and workplace noise measurements, supported by our accredited testing laboratory in accordance with EN ISO/IEC 17025.

In 2009, GÉPTESZT was designated as a Notified Body (NB2233) under the EU Regulation 2016/425, allowing us to perform EU-type examinations, certifications, and production surveillance for Personal Protective Equipment (PPE).

Our activities are based on recognized standards and supervised by the Hungarian Accreditation Authority (NAH), with listings available in both the EU NANDO and NAH databases.

​Accreditations and Designations

  • EN ISO/IEC 17020 – Inspection Body

  • EN ISO/IEC 17025 – Testing Laboratory

  • EN ISO/IEC 17065 – Certification Body

  • Notified Body NB2233 – EU-type examination under EU 2016/425

csapat.jpg
kocsik.jpg

COPYRIGHT © 2026 GEPTESZT

bottom of page