Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter 92bambino

    (@92bambino)

    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.

    Thread Starter 92bambino

    (@92bambino)

    Not quite right.
    Imagine you have 5 line of text. You want to translate the first, and the last line. If you put the “<p></p>” tags on the second, third, fourth line then you will have 3 empty lines between the two translated lines.
    Its eve worse if you have a list with bullett points because the bullet points will remain.

Viewing 2 replies - 1 through 2 (of 2 total)