Fork me on GitHub

AjaxControlToolkit的全球化设置

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

posted @ 2007-04-18 22:04  张善友  阅读(1104)  评论(0编辑  收藏  举报