Christian,
See the java.util.ResourceBundle javadoc for an explanation of ResourceBundles. Also note that the bundle, portlet_en.properties and portlet_de.properties in your example need to be in the classpath, which would be the WEB-INF/classes directory in your example (see also http://java.sun.com/docs/books/tutorial/i18n/resbundle/index.html).
/Craig
| Christian Aguilar <[EMAIL PROTECTED]>
12/13/2005 12:24 PM
|
|
Hi guys:
Could you give information about what this lines exactly mean in the file portlet.xml, or there is a good tutorial about this.
<supported-locale>en</supported-locale>
<supported-locale>de</supported-locale>
<resource-bundle>portlet</resource-bundle>
thanks in advance
