views:

20

answers:

1

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
It works, thanks.
Seacat