zppiio的gravatar头像
zppiio 2014-05-08 08:58:22

jstl标签实现网页国际化中英文切换实例代码demo

1、编写中英文资源文件message_en.propertiess和message_en.properties

2、jsp中利用jstl标签引用资源文件,同时给该项目导入jstl.jar和standard.jar这两个jar包,在jsp页面中引入下面连个库文件

 

<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>

  1.  
  2.  

       <!--    设置默认语言  -->

 <c:set var="loc" value="zh"/>

<!--区域语言的值从传过来的参数中得到-->

 <c:if test="${!(empty sessionScope.local)}">

  <c:set var="loc" value="${sessionScope.local}"/>

  •  c:if>

      <fmt:setLocale value="${loc}" />           <!--指定区域语言-->

       <fmt:bundle basename="message">   <!-- 指定使用basename为message的资源文件,也即资源文件第一个单词为message-->

           <center>

           <table>

               <tr>

                   <td><fmt:message key="email"/></td>

                   <td><input type="text" name="email"></td>  

               </tr>

           </table>

           </center>  

       </fmt:bundle> <!—使用的标签要在这个标签包含里才如果没有写这个的话会报错!/index.jsp(35,0) Unterminated &lt;fmt:bundle tag

 

  •  

  </body>

转自:利用jstl标签实现国际化 


打赏

文件名:网页中英文切换.rar,文件大小:762.256K 下载
  • /
    • /网页中英文切换.docx
最代码相关代码源代码列表相关代码
最代码最近下载分享源代码列表最近下载
那位自由的大人  LV7 2021年1月25日
大大大魔王  LV1 2020年4月17日
嗯嗯嗯098  LV1 2019年11月28日
nh113456  LV1 2019年11月25日
tanpeng__pp  LV1 2019年11月23日
程序云  LV2 2019年9月24日
wanghu123123  LV2 2019年3月5日
465010220  LV11 2018年12月27日
946584321  LV6 2018年11月27日
101844  LV2 2018年10月16日
最代码最近浏览分享源代码列表最近浏览
sandihha  LV9 2022年11月10日
2317696509  LV6 2022年10月17日
WHY-small  LV15 2022年1月7日
乐幽懿  LV1 2021年11月26日
a5366869  LV7 2021年10月31日
最代码-宋家辉  LV61 2021年3月28日
那位自由的大人  LV7 2021年1月25日
sadfwefwef  LV5 2021年1月9日
锐vi123  LV11 2021年1月4日
黎明失约  LV2 2020年12月29日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友