Meaning of lang-codepage

  • Thread starter Thread starter gopal
  • Start date Start date
G

gopal

Hi,

Please can anyone tell what is lang-codepage peovided in VerQueryValue
method when one is trying get the FileVersionInfo for a particular file
- say DLL.

I need a simple definition of what is "lang-codepage"?

Thanks
JP
 
Please can anyone tell what is lang-codepage peovided in VerQueryValue
method when one is trying get the FileVersionInfo for a particular file
- say DLL.

I need a simple definition of what is "lang-codepage"?

Lang = Language. It is really the language in which the version info is
writen.
You have stuff like "Copyright 200x, bla-bla-bla" (for instance) that needs
to be translated (because an user can read it).

The codepage see
http://www.microsoft.com/globaldev/reference/glossary.mspx
or
http://www.mihai-nita.net/20060806a.shtml
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top