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.
"Olet valinnut MRI-haun, mutta et ole määrittänyt hakuehtoja.~r~rVoit etsiä koko tietokannasta, mutta tämän hakeminen voi kestää useita minuutteja. Voit nopeuttaa hakua merkittävästi antamalla osittaisen sukunimen, sukupuolen, yksikön numeron tai osittaisen sukunimen ja syntymäajan.~r~rHaluatko antaa lisätietoja?"