you need to enable Script globalization for the ScriptManager control that
<
asp:ScriptManager ID="ScriptManager1" runat="server" EnableScriptGlobalization="true">
This will localized the calendar based on the Page culture which must be set in web.config or in page declaration through Culture property ,