AjaxControlToolkit 支持全球化,默认是英文的,启用全球化只需要简单的设置:
<asp:ScriptManager/>中增加EnableScriptGlobalization="true" EnableScriptLocalization="true" 两个属性即可
例如: <asp:ScriptManager ID="ScriptManager1" runat="server" EnableScriptGlobalization="true" EnableScriptLocalization="true">
<asp:ScriptManager/>中增加EnableScriptGlobalization="true" EnableScriptLocalization="true" 两个属性即可
例如: <asp:ScriptManager ID="ScriptManager1" runat="server" EnableScriptGlobalization="true" EnableScriptLocalization="true">
本文转自 张善友 51CTO博客,原文链接:http://blog.51cto.com/shanyou/74317,如需转载请自行联系原作者