/* Sprachwahl: */

/*
q: Ausgangssprache (Kürzel)
s: Zielsprache (Kürzel)
*/

function sprache(q, s){
window.location.href = window.location.href.replace('/'+q+'/', '/'+s+'/');
}
