Re: About localization
| Newsgroups | gmane.comp.jakarta.pluto.user |
|---|---|
| Message-ID | <OF44ADDBA0.11C58948-ON852570D7.00136801-852570D7.00142ECC@hannaford.com> |
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 Please respond to [email protected] To [email protected] cc Subject About localization 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