Dear Clay,
Thank you very much for your reply for my question. I have solved my problem translating resources file. The problem was special characters which is part of Latin 2 character table.
Your second solution is really advanced for me. I must learn a little bit more about this possibility. I have heard about other possibility using dll.
The 3rd possibility is not secure, because everybody can change the text inside of the program and I don’t want this.
Thank you again for your advice.
Andrei Druta
PS. I have saw that your web site (
www.lazarusid.com) have small JavaScript error on line 53 (

in IE 6.0.
My advice is to add in this row a (\) before (‘)
Before:
<a href="/resume.html" onMouseOver="window.status='Clay’s Resume';return true;"
After:
<a href="/resume.html" onMouseOver="window.status='Clay\’s Resume';return true;"