שינוי סטרינג טקסט לפי שפה

PHOTO EMBED

Mon Jun 21 2021 08:35:15 GMT+0000 (Coordinated Universal Time)

Saved by @Shesek

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

}
content_copyCOPY