if (ICL_LANGUAGE_CODE == "fr") {

    //show the form in French

} elseif (ICL_LANGUAGE_CODE == "de") {

    //show the form in German

} else {

    //show the default form in English

}