<!--

switch ( languageCode )
  {
    case "de" :
      Text_Question     = "Question" ;
      Text_TroubleShoot = "Troubleshooting Questions" ;
      Text_END          = "End" ;
      Text_Audit        = "Previous Answers" ;
      Text_AuditChange  = "Click below to change answer" ;
      Text_Unanswered   = "(unanswer)" ;
      Text_Steps        = "Step" ;
      Text_EndSession   = "End Session" ;
      break ;
  }

-->