[jboss-user] [JBoss Seam] - Re: Supporting multiple message bundle?

chrisrippe do-not-reply at jboss.com
Tue Jan 29 16:24:52 EST 2008


It may be the location or name of your resource bundle

In faces-config.xml you need to define your default local

<application>
  |  ...
  |  <locale-config>
  |  <default-locale>en</default-locale>
  |  </locale-config>
  | ...
  | </application>
  | 

and in this scenerio you need to name your file
brokerage_en.properties

Then deploy it
somewhere like
\default\deploy\---.ear\---.war\WEB-INF\classes
if you have it under a directory under classes you need to reference you file with the full path like you would any other resource.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124579#4124579

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124579



More information about the jboss-user mailing list