国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JSP > 正文

ResourceBundle類在jsp中的國際化實現方法

2024-09-05 00:23:11
字體:
來源:轉載
供稿:網友

今天第一次聽說頁面國際化這個詞,所以查資料,順便做了一個小頁面,做做記錄。

首先是兩個資源文件,分別為msg_en_US.properties和msg_zh_CN.properties

jsp,國際化,ResourceBundle

jsp,國際化,ResourceBundle

顯然中文字符是需要轉換過來的。

這是jsp頁面的代碼

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><%@page import="java.util.*"%><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">  <title>國際化</title>  <style type="text/css">  div{   width: 300px;   text-align: center;   margin: 0 auto;  }  </style> </head>  <body>  <a href="/International/test.jsp?language=zh" rel="external nofollow" >簡體中文</a>|<a href="/International/test.jsp?language=en" rel="external nofollow" >English</a>  <%   ResourceBundle bund=ResourceBundle.getBundle("msg",request.getLocale());   String str=request.getParameter("language");   if(str!=null){    if("zh".equals(str)){     bund=ResourceBundle.getBundle("msg",Locale.CHINA);    }    else if("en".equals(str)){     bund=ResourceBundle.getBundle("msg",Locale.US);    }    }  %>  <div>   <h1><%=bund.getString("inf") %></h1>   <table>    <tr>     <td><%=bund.getString("name") %>:</td>     <td><input type="text" name="name"/></td>    </tr>    <tr>     <td><%=bund.getString("sex") %>:</td>     <td><input type="text" name="sex"/></td>    </tr>    <tr>     <td><%=bund.getString("age") %>:</td>     <td><input type="text" name="age"/></td>    </tr>    <tr>     <td><%=bund.getString("tel") %>:</td>     <td><input type="text" name="tel"/></td>    </tr>   </table><br/>   <input type="submit" value="<%=bund.getString("submit")%>" name="submit"/>  </div> </body></html> 

結果圖

jsp,國際化,ResourceBundle

jsp,國際化,ResourceBundle

以上這篇ResourceBundle類在jsp中的國際化實現方法就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持VeVb武林網。


注:相關教程知識閱讀請移步到JSP教程頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 西吉县| 白玉县| 施秉县| 玉山县| 泸水县| 丹江口市| 天峨县| 东至县| 沐川县| 澎湖县| 武乡县| 寿光市| 嵊泗县| 青川县| 酒泉市| 吴川市| 亳州市| 辽源市| 会宁县| 安吉县| 昌吉市| 上饶县| 澄江县| 无锡市| 青浦区| 沂水县| 阿瓦提县| 家居| 宁武县| 仙居县| 东丽区| 青冈县| 太保市| 台江县| 富锦市| 京山县| 广灵县| 怀集县| 鲁甸县| 昌江| 马公市|