Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows desktop devices.
3,011 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How can the Resources.resw file be used to add a line break in a string resource?
I tried the following but it didn't work:
<TextBlock x:Uid="Example" />
Name: Example
Value: Line 1
Line 2
Simply put a line break in the value in the resource.
tip: Shift+Enter in the editor will add the new line. ;)