I want a screen in my app that display instructions.
I created the text and put it in a string. That string is in the localization bundle. It has many escaped \n because its text is multiline (it's the same string of the strings resources file in the original Android project of this iOS port).
I see that the escaped characters are written as they are, that is, I see many \n in the text and it's not multiline as it is intended to be read by the user.
I used Label, TextView with same result.TextArea shows nothing.
Thanks in advance