KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: letsdothatagain on March 14, 2012, 04:50:09 pm

Title: language
Post by: letsdothatagain on March 14, 2012, 04:50:09 pm
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
Title: Re: language
Post by: ming on March 17, 2012, 08:22:21 pm
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.
Title: Re: language
Post by: letsdothatagain on March 20, 2012, 11:28:14 am
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