Hello people,

Could someone help me

I need a code which loops through 3 different statements

EN=lang1
DE=lang2
FR=lang3

lang1=test1
lang2=test2
lang3=test3

if myVar = EN then
msgbox(lang1)
else
if myVar =DE then
msgbox("lang2)
else
if myVar=FR then
msgbox (lang3)
if myVar="" then
msgbox ("something else")