Multi values on text properties

Hi all,
I’m newby on Katalon, how is possible to have multi values in text properties, for example the translate of a button? I imagine it’s just a separator but i don’t know what.
Thanks

regards

Hello,
i think you are looking for http://forum.katalon.com/discussion/6278/xpath-with-variables especially part with name Parametrizing Test Objects

Andrej Podhajský said:

Hello,
i think you are looking for XPATH with variables - Katalon Studio - Katalon Community especially part with name Parametrizing Test Objects

Hello Andrej,
Its not what i mean,

I want have muti text for use with diferent languages, for example in French or in English

Katalon.PNG

Hello GT
i do not understand what you mean by multi text.
either you will use parameter in object definition and you will have translations in e.g. excel and fill them accordingly to env. settings
or
you will try to make xpath query that contains OR clausule : //div(contains(text(),‘Meeting’) | contains(text(),‘Reunion’))
personally i’ll go with option 1 - data driven testing