アウトプットができる技術者に

it's a time to take a new step !

Struts2 入門 Localization

  • package_ja.properties は action support の getText("foo") で取得できる
  • pacakge_xx.properties は scope が package
  • global_ja.properties は struts.xml の設定が必要
<constant name="struts.custom.i18n.resources" value="global" />

reference