Selecting the preferred survey language from the email invite link | XM Community
Skip to main content
Question

Selecting the preferred survey language from the email invite link

  • September 2, 2020
  • 3 replies
  • 727 views

I would like to open the survey based on the language text specified for the link. For example if I have a survey in two languages English and Turkish. In the email invite I have a "Click Here" text in both languages. I want the survey to open with the language selected in the invite. I am not using an anonymous survey link. It's invitation based.

3 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • September 2, 2020

Two ways you could do this:

  1. Populate the Language field in your contact list with the appropriate language code.

  2. Edit you email invite in source/html mode and add &Q_lang=XX to the end of survey url where XX is the language code.


  • Author
  • September 2, 2020

Thanks for your inputs Tom.

  1. First approach would surely work and I have tested it out myself, however, that approach would work if we knew the preferred language of the customer

  2. I had tried the second option but does not seem to work. I tried various ways as below

  3. Ankete Katılın

  4. ${l://SurveyLink?d=Ankete Katılın&Q_Language=TR}


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • September 3, 2020

https://www.qualtrics.com/community/discussion/comment/29852#Comment_29852You've used the wrong parameter. Use Q_lang instead of Q_Language.