Exhibición, Exposition, Ausstellung: Mutige Frauen
Erste Zeile: deutsch
Second row: english
Tercera fila: español
<!-- Das sind die buttons
-->
Lilo Hermann
Else Kienle
Betty Rosenfeld
Else Himmelheber
Gerda Taro
Clara Zetkin
function selectLanguage(lang, event) { const buttons = document.querySelectorAll('.button-container a'); buttons.forEach(button => button.classList.remove('active')); event.target.classList.add('active');
// Hide and show the appropriate language audio const audios = document.querySelectorAll('#audio-container audio'); audios.forEach(audio => { if (audio.id.endsWith(`-${lang}`)) { audio.style.display =
} else { audio.pause(); audio.style.display = } }); }