{ const newLang = currentLangCode === "de" ? "en" : "de"; handleLangChange(newLang); }} />

πŸš‚ System Control