Discussion:
resource file: language setting
(too old to reply)
Gerard Bok
2009-08-21 10:07:18 UTC
Permalink
Where can I find information on the language code setting in a
resource file ?
The default line reads VALUE "Translation", 0x409, 0x4B0
and (I presume) is responsible for the program's properties
showing 'english' as the program's language.

It is not very important, but as some of my applications are in
dutch, I would like them to reflect that in the program's
properties. (Especially for those apps that have both an english
and a dutch version :-)
Maybe I have an outdated RC.hlp, but I cannot find any
information on language code setting.
--
Kind regards,
Gerard Bok
Peter Manders
2009-08-21 13:19:03 UTC
Permalink
Post by Gerard Bok
Where can I find information on the language code setting in a
resource file ?
The default line reads VALUE "Translation", 0x409, 0x4B0
and (I presume) is responsible for the program's properties
showing 'english' as the program's language.
It is not very important, but as some of my applications are in
dutch, I would like them to reflect that in the program's
properties. (Especially for those apps that have both an english
and a dutch version :-)
Maybe I have an outdated RC.hlp, but I cannot find any
information on language code setting.
Try MSDN:

<http://msdn.microsoft.com/en-us/library/aa381058(VS.85).aspx>
--

Peter Manders.

You're on Earth, there's no cure for that.
Gerard Bok
2009-08-21 13:52:57 UTC
Permalink
On Fri, 21 Aug 2009 15:19:03 +0200, Peter Manders
Post by Peter Manders
Post by Gerard Bok
Where can I find information on the language code setting in a
resource file ?
The default line reads VALUE "Translation", 0x409, 0x4B0
<http://msdn.microsoft.com/en-us/library/aa381058(VS.85).aspx>
Thanks, Peter!
That is exactly what I was looking for :-)
(For lazy readers: changing the 0x409 into 0x413 is only half the
trick, you need to change BLOCK "040904B0" into "041304B0"
also.)
--
Kind regards,
Gerard Bok
Loading...