[Mono-list] calendar webcontrol and culture
Joe Audette
joe_audette at yahoo.com
Fri Jan 13 09:15:41 EST 2006
Try something like this in your Global.asax.cs in Application_BeginRequest
CultureInfo culture = new CultureInfo("ca-ES");
System.Threading.Thread.CurrentThread.CurrentCulture = culture;
Cheers,
Joe
joe_audette [at] yahoo dotcom
http://www.joeaudette.com
http://www.mojoportal.com
----- Original Message ----
From: Pere Rodríguez <pere.rodriguez.rodriguez at gmail.com>
To: mono-list at lists.ximian.com
Sent: Friday, January 13, 2006 1:59:15 AM
Subject: [Mono-list] calendar webcontrol and culture
Hello,
How can I change language of the month in calendar webcontrol?
I add culture tag to header asp page:
<%@ Page language="c#" ... culture="ca-ES" %>
but it doesn't work.
I need ca-ES or es-ES locations.
Thanks in advance,
pere
_______________________________________________
Mono-list maillist - Mono-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20060113/e76cee4e/attachment.html
More information about the Mono-list
mailing list