hey,
is there a way to change the labels of the language selector?
and if i have only 2 languages is there a way to change it to a button that switch between them upon pressing??
thanks!
Page 1 / 1
Hi,
For #1:
Please add this code in Look & Feel(General->Header)
<script>
Qualtrics.SurveyEngine.addOnReady(function()
{
/*Place your JavaScript here to run when the page is fully displayed*/
jQuery('.LanguageSelectorContainer').find('select option:contains("English - United Kingdom")').text('English')
});
</script>
Note: Change the language as required
For #1:
Please add this code in Look & Feel(General->Header)
<script>
Qualtrics.SurveyEngine.addOnReady(function()
{
/*Place your JavaScript here to run when the page is fully displayed*/
jQuery('.LanguageSelectorContainer').find('select option:contains("English - United Kingdom")').text('English')
});
</script>
Note: Change the language as required
great thanks!!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.