Hello,

I use ResourceManager.GetString Method to get a string from a resources file. The problem comes when I try to put new line inside the string. Get string returns the text like this

@"this is a test \r\n new line" ...
when I try to print the text it shows "\r\n" literally and does not go to new line...

Any ideas how to insert text with new lines inside it in the resources?