Stefan Kratzsch Guest
|
Posted: Wed Aug 20, 2003 9:55 am Post subject: How can I retrieve a ressourcestring as widestring and set a |
|
|
Hello group,
I have a ressourcestring which I want to retrieve at runtime and
assign it to a caption of a label.
In latin charsets all works well, but I now I have to do a translation
with east-europe charset.
All form properties which I translated display correctly, assignments
a la
label1.caption := button1.caption;
work well, but
label1.caption := anyressourcestring;
doesn't work, some characters are displayed as question marks.
I tried to use the LoadResStringW from TNTSystem unit, but that
doesn't work either, what am I doing wrong?
I'm using WIN2k, D6 German, UpdatePack2, DSPLang 1.07 as translation
tool. My system's locale defaults to polish (as I read in other posts,
this is important).
Best regards,
Stefan Kratzsch
|
|