Forums

multiple lines in language strings

joeriFranck 12 Dec, 2016
Multi line language strings and their translations in this format: LANG_STRING=Translation
Remove locale

It seems like 3 lines are not possible; I did it now like this but is that the easiest way?


_voorwaarden1_ = sentence part 1/3 blablabla.............
sentence part 2/3 blablabla.......
_voorwaarden2_ = sentence part 3/3 blblablabla.....


in he form I use the locales like this;
<p>_voorwaardenTitel_</p>
<ul>
<li>
_voorwaarden1_ _voorwaarden2_
</li>

<li>
_voorwaarden3_
</li>
<li>
_voorwaarden4_
</li>
<li>
_voorwaarden5_
</li>
</ul>


So it's a bit weird but it works. Is there a better way?
joeriFranck 12 Dec, 2016
It seems lik now I can use 3 lines of text,. I must have done something wrong earlier.
GreyHead 12 Dec, 2016
Hi joeriFranck,

I think that you could use <br /> tags in there. Or, if necessary, you can use Custom Code actions to build much more complex blocks of text.

Bob
This topic is locked and no more replies can be posted.