The Support helped me out, here is the solution:
You can use shortcodes that acts as conditional logic, so you can show totally different text in different languages.
Like:
[trp_language language=”en_US”]English text only[/trp_language]
[trp_language language=”hu_HU”]Hungarian text only[/trp_language]
So if you have two languages (for example engllish and hungarian) whatever you put in the place of “English text only” will only be displayed on the english version of the page, and same goes for the hungarian.