Changes between Version 1 and Version 2 of 12章 国際化
- Timestamp:
- 08/03/09 22:03:53 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
12章 国際化
v1 v2 1 = 12章 国際化 = 1 [wiki:ソースコード] 2 2 3 == 12.1 国際化とは == 3 = 12章 国際化 = #title 4 5 == 12.1 国際化とは == #c121 4 6 5 7 [source:trunk/myweb/WebContent/SupportedLocales.jsp SupportedLocales.jsp] 6 8 7 == 12.2 ウェブアプリの国際化 == 9 == 12.2 ウェブアプリの国際化 == #c122 8 10 9 11 [source:trunk/myweb/WebContent/i18n-sample.jsp i18n-sample.jsp] 10 12 11 === 12.2.1 プロパティ・ファイル === 13 === 12.2.1 プロパティ・ファイル === #c1221 12 14 13 ==== 12.2.1.1 ui_ja.properties(日本語のプロパティ・ファイル) ==== 15 ==== 12.2.1.1 ui_ja.properties(日本語のプロパティ・ファイル) ==== #c12211 14 16 15 17 [source:trunk/myweb/resources/ui_ja.properties ui_ja.properties] … … 22 24 }}} 23 25 24 ==== 12.2.1.2 ui_en.properties(英語のプロパティ・ファイル) ==== 26 ==== 12.2.1.2 ui_en.properties(英語のプロパティ・ファイル) ==== #c12212 25 27 26 28 [source:trunk/myweb/resources/ui_en.properties ui_en.properties] 27 29 28 ==== 12.2.1.3 ui.properties(想定外の言語のためのプロパティ・ファイル) ==== 30 ==== 12.2.1.3 ui.properties(想定外の言語のためのプロパティ・ファイル) ==== #c12213 29 31 30 32 [source:trunk/myweb/resources/ui.properties ui.properties] 31 33 32 ==== 補足 ==== 34 ==== 補足 ==== #supplement 33 35 34 36 Header内容を取得するJSP
