how to add new line in my string resource file?
I already tried \r\n, \n, , but it displays exactly what you’ve indicated, it does not give a new line.
Thanks for your help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could, but its a bit indirect. By using
you could add a new line, the only trick here is that & gets converted to
in the background. To bring it back to , all you have to do is open your .resx the file in xml (right-click and open with XML (Text) editor), remove theamp;of the
Before
After