ソースコード

12章 国際化

12.1 国際化とは

SupportedLocales.jsp

12.2 ウェブアプリの国際化

i18n-sample.jsp

12.2.1 プロパティ・ファイル

12.2.1.1 ui_ja.properties(日本語のプロパティ・ファイル)

ui_ja.properties

Properties EditorのあるEclipse上では、このファイルは次のように表示されます。

program.title=タイトル
program.greeting=こんにちは

12.2.1.2 ui_en.properties(英語のプロパティ・ファイル)

ui_en.properties

12.2.1.3 ui.properties(想定外の言語のためのプロパティ・ファイル)

ui.properties

補足

Header内容を取得するJSP

ShowHeaders.jsp