edit language selector | XM Community
Skip to main content
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!
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
great thanks!!

Leave a Reply