Hello,
I'm trying to add a new language into the version 6 of konakart.
I met no problems except a line of warning into the tomcat 7 log:
PropertyFileFinder.findpropertiesURL() Could not find AdminMessages_it_IT.properties on the classpath
what does that mean?? In version Enterprise 5.7 it didn't appear in the log
Don't worry... it's only an informative message. If you renamed your AdminMessages_it.properties file (if you have one of those) to AdminMessages_it_IT.properties the message won't appear.
Thanks for the answer. Now I'm trying to match languages and locales with a precise catalog.. isn't there any action able to do that by default?
I read a post about a java method that needs to get started before startup to set the catalogId, but I don't undertand how to make the call to it from the storefront application