User1340963991 posted
LS,
I have the following configuration:
DB Server with en-US locale
WebServer with en-US locale
Client with nl-NL locale
When a page is displayed on my client the dates and decimals are displayed in en-US culture and not in nl-NL, ie 19.50 instead of 19,50 and 9/25/2009 instead of 25/9/2009.
When I run the webapp from Visual Studio on my client machine connecting to the same DB server, the dates and decimals are displayed correctly in nl-NL culture.
Can someone explain this behavior?
Thanks