resourcebundle « Seam « JSF Q&A





1. JSF/Seam messages.properties without _xx which language is that?    stackoverflow.com

i just wanted to know as which language the default messages.properties is read. i thought that it is the in the faces-config.xml configured default locale is:

<locale-config>
  <default-locale>de</default-locale>
  <supported-locale>de</supported-locale>
  ...