We have a server method where we enforce the Thread.CurrentThread.CurrentCulture according to the language of the user to ensure that the returned values will be properly translated.
However we are unsure whether this thread could be used to fullfil the request of another user (in a different language). We want to be sure that this approach is properly working if there are a lot of parallel requests on this server method.