Hi,
Is there a way to reuse conditions? Or single elements with a preconfiguration?
The problem: I’m making a multi language app, and for each input field or other element with text i have two conditions:
- Current user language is “language1” set placeholder to “Text1”
- Current user language is “language2” set placeholder to “Text2”
Can i reuse this conditions and add them to all the elements where i need them? (my app has a lot of input fields )
Thank you.