AjaxControlToolKit 显示浏览者本地语言的方法
发布时间:2016-12-29 来源:查字典编辑
摘要:1.首先要使用最新版的AjaxControlToolKit控件2.在网页的Page标签中加入:UICulture="auto"设定3.为Sc...
1.首先要使用最新版的AjaxControlToolKit控件
2.在网页的Page标签中加入:UICulture="auto"设定
3.为ScriptManager加入以下的设定:
EnableScriptGlobalization="true" EnableScriptLocalization="true"
4.看一下是不是已经OK了