> From: Fabbris Pierluigi [mailto:[EMAIL PROTECTED] > Subject: Local String Problem > > I've this Exception in the Log: > > 7-ago-2007 10.38.05 > org.apache.catalina.core.StandardWrapperValve invoke > GRAVE: Servlet.service() for servlet invoker threw exception > java.util.MissingResourceException: Can't find bundle for base name > LocalStrings, locale it_IT
To repeat the answer you were given (but apparently ignored) when you asked this same question on 2 August: Tomcat is delivered with internationalization for only a few languages: English, Spanish, French, and Japanese - but not Italian. If you want to include Italian, take one of the existing tomcat-i18n-xx.jar files in the lib directory and translate all the properties files therein, renaming each with a _it suffix, and creating a new tomcat-i18n-it.jar file. (The English LocalStrings.properties files are inside the main catalina.jar file.) Don't know if the committers would accept the addition should someone choose to submit it, but there's always hope. Or you could just change the locale to one of the included values. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]