Hi Mirko,
You can try locating the numeric folder inside
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\
for example, "1033" for English.
The installation folder can be retrieved from the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\ key, InstallDir
value

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> Hi all,
>
[quoted text clipped - 4 lines]
> Thanks in advance,
> Mirko
Mirko Matytschak - 26 Jan 2006 12:52 GMT
Hi Carlos,
thanks for your answer. It seems indeed, that this is the only reliable way
to find out the VS culture.
I need this information to install a resource-dll for my add-in. This dll is
language neutral (it just contains bitmap resources), but there seems to be
no way to install language neutral resource dlls for VS add-ins.
So I generate a resource dll with the right culture during installation. I
wrote a program, which patches the metadata of an assembly to change the
culture ;-)
Mirko
----- Original Message -----
From: "Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com>
Newsgroups: microsoft.public.vstudio.extensibility
Sent: Thursday, January 26, 2006 11:28 AM
Subject: Re: Determine installed VS language version
> Hi Mirko,
>
[quoted text clipped - 8 lines]
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\ key, InstallDir
> value