How to replace \n with a line break in the UI?

Hello,

I import texts containing \n in my app. I would like them to be displayed as a line break in the UI.

For example: if I import the following text: "Hello\nworld", then I would like it to be displayed as:
"Hello
world"

Would anyone know how to do this please?

Thank you,

Mathilde

Finally I replaced \n with <br> before importing data in the builder and it works fine.