I have a CLR .NEt dll in and SQL server. The system local settings (Region/administrative/locallanaguagesettings) are changed from en-IN to en-US. But the culture in the CLR traced with Thread.CurrentThread.CurrentCulture is still en-IN
select @@Language prints englishUS
from where does the SQL server select the culture for the CLR culture? And the final question, how can I change with a system setting the used culture in a SQL CLR assembly?