Try shift-enter to create a new line in the designer. Alternatively copy and paste the result from notepad.
Another way is to edit RESX xml manually.
The problem is that the RESX developer user interface will automatically avoid strings. So your value is valid:
"Invalid URL! \\n Are you sure you want to continue?"
source
share