Hi
I have a mutipul language project with dotnet remoting technology. The culture setting of client is different, my questiong is how to set culture for remoting server.
for example, when the culture setting of client is 'en-GB', the culture on server side will be changed to 'en-GB' in a remoting call, if client is 'en-US', the culture on server will be changed to 'en-US' as well.
Thanks for your help

How to change culture for remoting server according client setting?