Hi,
In our company, we are using a translation DLL in order to get values for different languages. Our latest client is from Finland, so we need to translate the system to finish.
From the DLL we get a converted string like this "Olet valinnut MRI-haun, mutta et ole määrittänyt hakuehtoja.~n~rVoit etsiä koko tietokannasta..." into a variable, then we assign this variable to the Text property of a multilineedit object. It seems that the control is not able to recognize the "~n~r" in order to add a new line when renderizing. We would like to have the message splited into two different lines.
It's strange, if I direclty assing a string with "~n~r" then it is correctly shown on the screen.
Is there something I can do to correctly display string recovered from the DLL (or database)?
Thanks.
Thanks for providing the solution. I've never seen this requirement before with the double tildes but I wonder if it's because of the language / translation features in effect.
Glad that you found a solution!
Regards ... Chris