Ask a Question related to ASP.NET General, Design and Development.
-
René de Leeuw #1
Regional settings
Hi,
I'm builiding an asp.net application on a Windows XP Professional machine.
My regional settings are dutch but the datatype money is still in dollars
and the dates m/d/y format. Is there a possibility to change that?
Thanks in advance.
Regards René.
René de Leeuw Guest
-
Weird DateTime Regional Problem
Hi, I have a web service that records the status of our engineers, e.g on route, on site, departed or abort current job. This uses... -
Regional settings and web services
I have a web service which returns a dataset. This web service is called by a windows form. If i open the application, change the regional settings... -
Regional Settings Tool?
Is there a tool that will allow me to save or change Windows Regional Settings? I've googled and CPANned without luck. Steve... -
problem with regional & language settings
Hi, I have an asp.net web form that uses a rangevalidation control to validate a date field. My regional settings are set to Australia and it... -
convert numbers from regional form to SQL
On Tue, 22 Jul 2003 17:50:15 +0300, "Sergey Bogdanov" <des@softex.lv> wrote: This isn't actually going to work at all if Number is a number... -
Jason #2
Re: Regional settings
Change the CurrentCulture and the CurrentUICulture on the thread.
"René de Leeuw" <rene.de.leeuw@motifact.nl> wrote in message
news:u9YCbrIQDHA.3236@TK2MSFTNGP10.phx.gbl...> Hi,
>
> I'm builiding an asp.net application on a Windows XP Professional machine.
>
> My regional settings are dutch but the datatype money is still in dollars
> and the dates m/d/y format. Is there a possibility to change that?
>
> Thanks in advance.
>
> Regards René.
>
>
Jason Guest
-
René de Leeuw #3
Re: Regional settings
Hi,
Great it works fine now.
This is the setting for dutch regional output:
<globalization
fileEncoding="utf-8"
requestEncoding="utf-8"
responseEncoding="utf-8"
culture="nl-NL"
uiCulture="nl-NL"
/>
Thanks
René.
"Jason" <123456789clopper@totalise.co.uk987654321> wrote in message
news:Oy7BphJQDHA.1556@TK2MSFTNGP10.phx.gbl...machine.> Change the CurrentCulture and the CurrentUICulture on the thread.
>
>
> "René de Leeuw" <rene.de.leeuw@motifact.nl> wrote in message
> news:u9YCbrIQDHA.3236@TK2MSFTNGP10.phx.gbl...> > Hi,
> >
> > I'm builiding an asp.net application on a Windows XP Professionaldollars> >
> > My regional settings are dutch but the datatype money is still in>> > and the dates m/d/y format. Is there a possibility to change that?
> >
> > Thanks in advance.
> >
> > Regards René.
> >
> >
>
René de Leeuw Guest



Reply With Quote

