Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.5 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.5 KB

Multilingual

Steve Martin, Children's Mercy Hospital, Kansas City, MO
Jen Hoitenga, Children's Mercy Hospital, Kansas City, MO


Instructions

###Getting Started

  • Add a variable called languages as a multiple choice field listing your languages as the choices. Make sure you add the action tag @HIDDEN. Make sure your choice values for languages are numeric, starting with 1. Example:
    1, English
    2, Español

  • Refresh the page and you're ready to start entering translations. Remember you have to add the field first and save, then go back and edit it to add translations.

###Title and Instructions

  • To add translations for the Survey Title and Instructions for an instrument, add a variable called survey_text_[form_name]. Each instrument should have it's own field with a variable name of "survey_text_[form name]" (Replace [form name] with the name of each instrument). Make sure you add the action tag @HIDDEN.

###Completion Text

  • To add translations for Survey Completion Text, add a variable called survey_text_finish. Make sure you add the action tag @HIDDEN.

  • If you have just one instrument, you can just add the survey_text_finish variable and add the Title, Instructions and Completion Text to it.

###More Documentation