As soon as you have added multiple languages to a survey there will be a dropdown menu on the very first survey page that lists all possible languages. Respondents will be able to select another language here if they like.
To hide the language dropdown menu, use the following custom CSS in the Appearance settings:
.languageDropdown {
visibility: hidden !important;
}
Comments
0 comments
Please sign in to leave a comment.