I am developing an app using Universal Windows Platform with multi-language support using Resources.resw file. I have a dialog with a textbox to show EULA as follows, in my page XAML.
<TextBox x:Uid="eula" TextWrapping="Wrap" AcceptsReturn="True" IsReadOnly="True" />
How can I type my resources.resw parameter, so that a new line shows up on the content dialog.
I tried \n, , <br/>, etc. to no avail.
Open any text editor, write your multiline text there
copy it and then paste into resources' value field.
The result