I want to say thanks to dop2000
Helped solve the problem using the replace expression
If anyone will be interested write an example:
In the array we write:
text1 <br> text2
After receiving the text from the array, use replace for the <br> tag:
replace (localizationfamily.Text, "<br>", newline)
We get:
text1
text2