AjaxControlToolkit 支持全球化,默认是英文的,启用全球化只需要简单的设置:
  <asp:ScriptManager/>中增加EnableScriptGlobalization="true"  EnableScriptLocalization="true" 两个属性即可
例如: <asp:ScriptManager ID="ScriptManager1" runat="server" EnableScriptGlobalization="true" EnableScriptLocalization="true">
自由、创新、研究、探索……