Solved
Repositioning language selection box
Helllo, is there a way to reposition the language selection box to the bottow of the screen?
Best answer by TomG
Put this JS in your survey header:
```
<script>
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#Buttons").after(jQuery(".LanguageSelectorContainer"));
});
</script>
```
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

Thanks for your comment.