new lines in localization files

uberkoch

21-09-2011 10:20:04

I have something like this in my localization files
<Tag name="info">here goes a longer info text \n next line of the info text</Tag>

But somehow the \n is interpreted as plain text, not as a newline.
I also tried using \\n instead, which leads to the same result.

The widget (EditBox with wordwrap and multiline) is loaded directly from the layout, where the caption is set to {#info}. There is no further modification of the widget via code.
What am I missing here or am I doing it just wrong?