switch(LANG){ case "EN": $txt_titel = "workshop for pendulum clocks"; $txt_revision = "revision"; $txt_ersatzteile = "spare parts"; $txt_werkstatt = "workshop"; $txt_geschichte = "history"; $txt_anfahrt = "how to find us"; $txt_kontakt = "contact"; break; case "FR": $txt_titel = "atelier des pendules et mécanique de précision"; $txt_revision = "révision"; $txt_ersatzteile = "pièce de rechange"; $txt_werkstatt = "atelier"; $txt_geschichte = "histoire"; $txt_anfahrt = "plan de suite"; $txt_kontakt = "contact"; break; case "DE": default: $txt_titel = "Atelier für Pendeluhren, Feinmechanische Werkstätte"; $txt_revision = "Revisionen"; $txt_ersatzteile = "Ersatzteile"; $txt_werkstatt = "Werkstatt"; $txt_geschichte = "Firmengeschichte"; $txt_anfahrt = "Anfahrt"; $txt_kontakt = "Kontakt"; break; } ?>