AjaxControlToolKit 显示浏览者本地语言的方法

  1.首先要使用最新版的AjaxControlToolKit控件

  2.在网页的Page标签中加入:UICulture="auto"设定

  3.为ScriptManager加入以下的设定:

  EnableScriptGlobalization="true" EnableScriptLocalization="true"

  4.看一下是不是已经OK了