ow to write new line character \n in resx file (e.g MyFile.resx)?
Example: I have resx file with property MyMessage = "One line\nNextLine"
When I used:
MessageBox.Show(MyFile.MyMessage)
I had a message in one line (without Enter).
Shift + Enter in the resource editor doesn`t work.