// 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

CE Certification for Personal Protective Equipment (PPE)

Notified Body No. 2233 under Regulation (EU) 2016/425

GÉPTESZT provides independent conformity assessment services for PPE manufacturers worldwide.

We are designated to perform:

  • EU-type examination (Module B)

  • Production control assessment (Modules C2 and D)

Our activities focus on high-risk PPE in Category III, where compliance with essential health and safety requirements is critical for EU market access.
We support our certification work with our in-house ISO/IEC 17025 -accredited laboratory, and where needed, collaborate with other accredited laboratories to ensure timely and comprehensive testing.

 

We certify PPE used for:

  • Fall protection, including industrial fall arrest systems and mountaineering PPE such as harnesses, lanyards, connectors, anchor devices, rope adjustment systems, etc.

  • Head protection, including industrial safety helmets, bump caps, and helmets for mountaineering

  • Respiratory protection, including filtering half masks (EN 149) and half masks without valves (EN 1827)

​​
Modules C2 and D – Production monitoring f
or manufacturers of category III PPE, we perform:

  • Module C2 – periodic product testing of certified items

  • Module D – assessment and surveillance of the manufacturer's quality management system

We are also authorized to carry out production surveillance for Category III safety footwear and protective gloves, in addition to the listed PPE types.

By involving our local auditors in production surveillance, we are able to keep travel-related costs at a low level.

Since obtaining our Notified Body status in 2009, we have supported over 200 manufacturers across nearly 40 countries, helping them to successfully place PPE on the European market with confidence. 

For verification of our notification, see the NANDO database.

COPYRIGHT © 2026 GEPTESZT

bottom of page