Hot Spot - Translating Regions Names | XM Community
Skip to main content
Solved

Hot Spot - Translating Regions Names

  • May 7, 2019
  • 3 replies
  • 41 views

DaisyD
Hello - first post here :) I am using the Hot Spot question in a bilingual survey (EN/FR). Once a respondent has selected regions, I'm asking for her confirmation by displaying the region names. How can I translate the region names to FR? I reached out to Qualtrics support, and they suggested creating as many embedded variables as I have regions, but I'm wondering if you have ever tried another solution? Thanks for your help!

Best answer by TomG

@DaisyD, Personally, I would create a MC question before the Hotspot question where the choices are the regions, and translate it. Then hide it with display logic. Pipe the choice text from the MC question into your Hotspot question as the region names (e.g., ${q://QID1/ChoiceDescription/1}). Then when you pipe the region names from the Hotspot question they will be in whatever language the respondent is using.

3 replies

JenCX
Level 5 ●●●●●
Forum|alt.badge.img+11
  • Level 5 ●●●●●
  • 683 replies
  • May 7, 2019
I'm a fan of embedded variables personally, so that's the route I would go. If they didn't explain specifically, you can do two branches in your survey flow: one for if they are FR and one for EN. You can declare the region names there in each branch.

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • May 7, 2019
@DaisyD, Personally, I would create a MC question before the Hotspot question where the choices are the regions, and translate it. Then hide it with display logic. Pipe the choice text from the MC question into your Hotspot question as the region names (e.g., ${q://QID1/ChoiceDescription/1}). Then when you pipe the region names from the Hotspot question they will be in whatever language the respondent is using.

DaisyD
  • Author
  • 20 replies
  • May 7, 2019
Thank you both so much! I really appreciate your help!