使ApplicationResources.properties支援中文

來源:互聯網
上載者:User
       建立一個ApplicationResources_ISO.properties檔案,把應用程式用的message都寫進去,然後在dos下執行這個命令,是jdk/bin中的cmd:
native2ascii -encoding gb2312 ApplicationResources_ISO.properties ApplicationResources.properties這樣就會將ISO編碼的ApplicationResources轉換成GB2312編碼的格式了,同時儲存到ApplicationResources.properties。這個檔案需要儲存在 /WEB-INF/classes目錄中。native2ascii這個工具是jdk內建的一個東東,所以如果path都設定正確就可以直接運行了,你可以在$java_home$/bin下找到他。
轉換後的中文類似於這個樣子:
iso 格式下 :tj.type=商品車類型
gb2312格式下 :tj.type=/u5546/u54c1/u8f66/u7c7b/u578b

 

我們需要這個軟體 Properties Editor


http://propedit.sourceforge.jp/index_en.html Properties Editor 可以通過以下方式來使用:手動安裝Properties Editor的Jar包  或者 通過Eclipse自動安裝

Help-->Software Updates-->Find and Install-->Search for new features to install-->New Remote Site-->name:這是一個外掛程式名 URL:http://propedit.sourceforge.jp/eclipse/updates/ 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.