All the traductions in my application are working well except by all the resource strings (none is working).
I ran the wizard (in the TSILangExpert) and imported the strings from the PE file. This worked fine, but when I ran the program, the problem is still there (no translation at all with resource strings).
I really don´t know what to do next...

PS = I don´t want to use resource strings as Const...
For example:
// in xxx.pas
showmessage(MSG)
// in uResourceStrings
resourcestring
MSG = 'This is a message';
Sorry for my poor english...