Can we remove the "language" dropdown box? | XM Community
Skip to main content
Solved

Can we remove the "language" dropdown box?

  • March 28, 2019
  • 2 replies
  • 472 views

We have 4 different languages in a study. We have specific jpgs that will be shown based on language they are taking the survey and we don't want them to be able to switch at any point in the survey. Is there a way to remove the drop down box that allows them to change languages?

Best answer by Anonymous

Hello@Jodi , Paste the below CSS in the Look and feel -> style -> Custom CSS .LanguageSelectorContainer{ display:none }

2 replies

  • 0 replies
  • Answer
  • March 28, 2019
Hello@Jodi , Paste the below CSS in the Look and feel -> style -> Custom CSS .LanguageSelectorContainer{ display:none }

  • Author
  • 4 replies
  • March 28, 2019
@Shashi - this worked perfect! Thank you!