Sunday, 8 September 2013

Can't change month using ASP.NET globalisation

Can't change month using ASP.NET globalisation

I am learning Asp.Net globalisation and localisation, and I found an
example at
http://www.devmanuals.com/tutorials/ms/aspdotnet/globalization.html. The
example is working fine, but when I change the month in the calendar, the
calendar text is automatically changing to English.
I tried it with
<asp:Calendar ID="Calendar1" runat="server" AutoPostBack="True"
OnSelectedIndexChanged="language_Drp_SelectedIndexChanged">
</asp:Calendar>
But I am still having a problem. Can anyone help me?

No comments:

Post a Comment