Hi,
I have an add-in to Visual Studio and if I set the currentCulture and CurrentUIculture as below. Will it change the cultures for Visual Studio?
ci = New System.Globalization.CultureInfo("de-DE") System.Threading.Thread.CurrentThread.CurrentCulture = ci System.Threading.Thread.CurrentThread.CurrentUICulture = ci
I want ensure that changing the cultures as above are only applies to the add-in functionality.
Regards,
Joginder Nahil