AjaxControlToolKit 显示浏览者本地语言的方法
时间:
2016-02-05 16:59:56
阅读:
115
评论:
收藏:
0
[点我收藏+]
1.首先要使用最新版的AjaxControlToolKit控件
2.在网页的Page标签中加入:UICulture="auto"设定
3.为ScriptManager加入以下的设定:
EnableScriptGlobalization="true" EnableScriptLocalization="true"
4.看一下是不是已经OK了AjaxControlToolKit 显示浏览者本地语言的方法
原文:http://www.jb51.net/article/16821.htm