I have an asp.net application that is entirely in the Dutch language (Culture and UICulture) This is set in the header of the aspx:
<%@ Page Language="vb" AutoEventWireup="false" UICulture="nl" Culture="nl-NL" CodeBehind="CSSSR_BlokjesSchema.aspx.vb" EnableEventValidation="false" Inherits="CS_SSR_RAIO.CSSSR_BlokjesSchema" %>
This workes perfectly, but not for the Ajax calendar extender. In that component, the dates and month names are still displayed in English.
What am i forgetting?? What setting in Ajax makes my calendar use the Culture i set?