edit language selector | XM Community
Solved

edit language selector

  • 23 April 2019
  • 2 replies
  • 70 views

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!
icon

Best answer by PraDeepKotian_Ugam 27 April 2019, 10:50

View original

2 replies

Userlevel 6
Badge +21
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