Hi
Could somebody point me in the direction of setting the locale for the commerce server app I'm guessing that the messageManager settings in the web.config decide what language to use, but is there anyway to set the current language in the code
Thanks in advance
Paul

Setting locale
PaulMD
Just found the answer to my own question. There is information on how to do this on the commerce server team blog:
http://blogs.msdn.com/commerce/archive/2006/11/02/starter-site-architecture-1.aspx
Basically the code just sets the CurrentUICulture and CurrentCulture of the current thread.