I currently have a little script that says this:
$if($in(%language%,eng),$set(TLAN,$title(English)))
Which works great if “eng” is always in lower case, but sometimes it’s cap like “Eng”.
Can you put an OR statement like you can in C#?
if “eng” or “Eng”… etc
I’m doing this with all the languages so I thought I’d ask
thanks