Need help to replace TRUE and FALSE with other words.

To turn true to —> “whatever”

if (true) {let myNewValue=“×××××”}
else {let myNewValue=“yyyyy”}

Pay attention, that you convert your value-typ from → boolean → to → string!

If you want also to ckeck for different languages, add a further if-else-query into the already existing.

BTW: How good are your UE-Coding-developing-Skills?