edit language selector | XM Community
Skip to main content
Solved

edit language selector


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!

Best answer by PraDeepKotian_XM

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
View original

2 replies

PraDeepKotian_XM
QPN Level 5 ●●●●●
Forum|alt.badge.img+21
  • QPN Level 5 ●●●●●
  • 228 replies
  • Answer
  • April 27, 2019
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