Escape Sequenze in Resource File
I've the following problem. I've created a multilingual application and put all the strings in a resource file for each language. This all works fine so far.
The problem is if there are any escape sequences in the strings like "\n". If I show this string in a MessageBox "\n" is not replaced with a NewLine.
How is the best practice to accomplish this?
greets,
Markus

