svoid dm_say_germanOrEnglish(S s) { if (eq("de", dm_detectGermanVsEnglish(s))) dm_sayInGerman(s); else dm_sayInEnglish(s); }