
Signature
Regards,
Phillip Johnson (MCSD For .NET)
PJ Software Development
www.pjsoftwaredevelopment.com
On Feb 9, 3:16 pm, Phil Johnson
<PhilJohn...@discussions.microsoft.com> wrote:
> I am setting the current culture on the current thread in my global.asax.cs
> application_start() event as follows:
[quoted text clipped - 19 lines]
> Phillip Johnson (MCSD For .NET)
> PJ Software Developmentwww.pjsoftwaredevelopment.com
Hi Phillip,
either set the culture in Application_BeginRequest (instead the
Application_Start)
or use Globalization section in the web.config.
<globalization culture="en-GB" uiCulture="en-GB"...
Phil Johnson - 10 Feb 2008 11:25 GMT
Thanks for that,
I'm guessing that's because sessions run in a different thread to the
application?
As long as it works though, I'm happy :-)

Signature
Regards,
Phillip Johnson (MCSD For .NET)
PJ Software Development
www.pjsoftwaredevelopment.com
> On Feb 9, 3:16 pm, Phil Johnson
> <PhilJohn...@discussions.microsoft.com> wrote:
[quoted text clipped - 29 lines]
>
> <globalization culture="en-GB" uiCulture="en-GB"...