I’m working on Visual Studio Extensibility and I need to set the ‘shell’ language from code. In other words, I’m looking for an API to do the same you can do ‘by hand’ with the Tools -> Options… -> Environment -> International Settings property page.
Up to now I didn’t find any reference: hints and suggestions are welcome. 😉
Thanks in advance.
EDIT: to clarify a bit the question, I need to set the current language of Visual Studio itself (actually of an Isolated Visual Studio Shell).
I post here the current results of our (my coworker and me) search.
We found something at http://msdn.microsoft.com/en-us/library/ms165643.aspx .
In particular you can access that kind of options with
DTE.Properties('Environment', 'International')