Quick Application

Become part of our world-class scaleup community! Batch #4 is starting in March 2025. Do you want to be part of it and fulfil the application criteria? Then join our waiting list today by filling out the form below.

All information about the program, the application proess and criteria can be found in our FAQs.

Congratulation

Thank you! Your Application has been received!
We contact you in the next time for more...
Refresh
Oops! Try again.

Du hast Fragen?

Du bist dir nicht sicher, ob das Programm zu dir passt? Du hast weitere Fragen? Schau gerne in unsere FAQs oder melde dich direkt bei unserem Scale-up-Team.

Markus Hafner

Senior Scale-up Manager

Christopher Smolka

Senior Scale-up Manager

// init Weglot Weglot.initialize({ api_key: 'wg_34a46654b70709065776d7abadbb45eb3' }); // on Weglot init Weglot.on('initialized', ()=>{ // get the current active language const currentLang = Weglot.getCurrentLang(); // if the current active language link exists if(document.querySelector('.wg-element-wrapper.sw6 [lang='+currentLang+']')){ // click the link document.querySelector('.wg-element-wrapper.sw6 [lang='+currentLang+']').click(); } }); // for each of the .wg-element-wrapper language links document.querySelectorAll('.wg-element-wrapper.sw6 [lang]').forEach((link)=>{ // add a click event listener link.addEventListener('click', function(e){ // prevent default e.preventDefault(); // switch current active language after a setTimeout setTimeout(()=>Weglot.switchTo(this.getAttribute('lang')),160); }); });