AW: [Mono-devel-list] asp.net: globalization / CultureInfo
Barbara Plank
monomail at gmx.net
Tue Apr 19 05:39:44 EDT 2005
> No chance to bring it back to the German Date Strings.
>
> I tried:
> in web.config:
> <globalization
> culture="de_CH"
> uiCulture="de_CH" />
>
> in the axpx-File:
> <%@ Page Language="C#" Culture="de_CH" uiCulture="de_CH" ...
Hi Rémy,
what if you try to set the culture of the current thread? Using:
System.Threading.Thread.CurrentThread.Culture = new
System.Globalization.CultureInfo("de_CH");
Barbara
More information about the Mono-devel-list
mailing list