Changes between Version 1 and Version 2 of 12章 国際化

Show
Ignore:
Timestamp:
08/03/09 22:03:53 (13 months ago)
Author:
yabuki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 12章 国際化

    v1 v2  
    1 = 12章 国際化 = 
     1[wiki:ソースコード] 
    22 
    3 == 12.1 国際化とは == 
     3= 12章 国際化 = #title 
     4 
     5== 12.1 国際化とは == #c121 
    46 
    57[source:trunk/myweb/WebContent/SupportedLocales.jsp SupportedLocales.jsp] 
    68 
    7 == 12.2 ウェブアプリの国際化 == 
     9== 12.2 ウェブアプリの国際化 == #c122 
    810 
    911[source:trunk/myweb/WebContent/i18n-sample.jsp i18n-sample.jsp] 
    1012 
    11 === 12.2.1 プロパティ・ファイル === 
     13=== 12.2.1 プロパティ・ファイル === #c1221 
    1214 
    13 ==== 12.2.1.1 ui_ja.properties(日本語のプロパティ・ファイル) ==== 
     15==== 12.2.1.1 ui_ja.properties(日本語のプロパティ・ファイル) ==== #c12211 
    1416 
    1517[source:trunk/myweb/resources/ui_ja.properties ui_ja.properties] 
     
    2224}}} 
    2325 
    24 ==== 12.2.1.2 ui_en.properties(英語のプロパティ・ファイル) ==== 
     26==== 12.2.1.2 ui_en.properties(英語のプロパティ・ファイル) ==== #c12212 
    2527 
    2628[source:trunk/myweb/resources/ui_en.properties ui_en.properties] 
    2729 
    28 ==== 12.2.1.3 ui.properties(想定外の言語のためのプロパティ・ファイル) ==== 
     30==== 12.2.1.3 ui.properties(想定外の言語のためのプロパティ・ファイル) ==== #c12213 
    2931 
    3032[source:trunk/myweb/resources/ui.properties ui.properties] 
    3133 
    32 ==== 補足 ==== 
     34==== 補足 ==== #supplement 
    3335 
    3436Header内容を取得するJSP