I need to detect the language version of VS and do some action depending on it. How to detect it? Thanks
+1
A:
I think you want to use DTE.LocaleID, that's what other add-ins use to find their resource DLLs.
Hans Passant
2010-02-16 20:16:09
It works, thanks.
Seacat
2010-02-16 21:40:08