$(document).ready(function() {
	$('select#setlang').change(function() {
		$(this).parents('form').submit();
	});
});
