[Mono-list] calendar webcontrol and culture

Atsushi Eno atsushi at ximian.com
Tue Jan 17 05:42:07 EST 2006


Hi,

Pere Rodríguez wrote:
> No, it isn't es-CA, it's ca-ES.

Ok, then we have it (as well as .NET).

> I have a agpx page with a calendar webcontrol and ca-ES culture. When
> I execute the page the month name appears in english (wrong: it would
> have to appear in catalan). I test the same page on Monoppix and month
> name appears in catalan (ok).

Are Catalan day names dg., dl., dt., dc., dj., dv. and ds. ? I just
copied these names from where I ran xsp with LANG=ca-ES ;-)

What is the culture that is used to display the calendar? Try
embedding

	Current Culture is <%= Thread.CurrentThread.CurrentUICulture.Name %>

in your page.

Atsushi Eno


More information about the Mono-list mailing list