
Hi, I'm trying to get the correct syntax for If Toggle Button 'ON' shows "ABCD" text If Toggle Button 'OFF' shows "EFGH" text.
Trying to translate an app without using an auto translator. so if the toggle is on, it shows English, if the toggle is off, it shows Polish. same words just in the requested language.
can anyone help?
Hi @JamieAnchor ,
If(Toggle.Value = true,"ABCD","EFGH")
That's the basic syntax to apply for your Text label.
If you have to apply this to your filter then we would need more details.