Hi Vivek (and everyone else),
That is what I initially guessed, but that's not the case. Here's the reflected code from the InitializeCulture method on the Page object:
protected virtual void InitializeCulture()
{
}
It seems that the InitializeCulture method is where we can override the culture, but it's not where it's initially set. I'm looking for the location where the header value Accept-Language is read and processed automatically.
I read through the post that you pointed me at and I don't think its listed in their either.
Thx, Joel