Best ways to change an entire survey to a new language?
There is already an existing survey in English that is public, I do not want to break the public survey by trying to add Multiple Languages. It has been requested to get a Spanish only version of the survey up ASAP.
I am having trouble with an select_one or_other question. How do I get the other to show in Spanish? I tried setting the default_language to Spanish (es), changed connect to Spanish, but I can't figure out if it's possible to change the "Other". It changed connect to Spanish, so I feel like that is something.
I know the select_one or_other data type can not be used within Multiple Languages survey, so perhaps this type is only available in English.
Thank you!
Solved! Go to Solution.
Adding a follow up question for other, if other was selected is a great way idea. I am trying match the existing English survey schema, to make a later join between the results easier.
The or_other option can not be used in a Multiple Language survey. I found documentation from Ismael, referencing this. In this case it is a single language survey, only that survey is Spanish.
It appears editing the xml directly might be a work around, for single level non-English surveys.
Modifying to Spanish
It appears you have to do it for each or_other.
Looks like it works!
Thank you for your help!
*update*
If you republish from connect. The XML needs to be manually updated each time.
I was not aware that the or_other option cannot be used within Multiple Languages surveys. I always add the "other" option manually.
Adding a follow up question for other, if other was selected is a great way idea. I am trying match the existing English survey schema, to make a later join between the results easier.
The or_other option can not be used in a Multiple Language survey. I found documentation from Ismael, referencing this. In this case it is a single language survey, only that survey is Spanish.
It appears editing the xml directly might be a work around, for single level non-English surveys.
Modifying to Spanish
It appears you have to do it for each or_other.
Looks like it works!
Thank you for your help!
*update*
If you republish from connect. The XML needs to be manually updated each time.