KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: brunnot on February 25, 2008, 10:56:23 am

Title: Translate Confilct
Post by: brunnot on February 25, 2008, 10:56:23 am
Hi,

I'm try to translate the KonaKart to portuguese/Brazil, but for some reason this conflited with English language.

Step that i'm follow...

* Create file 'Message_pt.properties'
* In this file i'm change the field 'language.dir=pt_BR'

* Insert in the row in table 'language'.

* Insert the line in struts-config.xml

<action path="/SetLocale_pt_BR" type="com.konakart.actions.SetLocaleAction" parameter="pt_BR">
<forward name="SetLocale" path="/CatalogMainPage.do"/>
</action>


* Create the folder with images.

So, i think is this....

When i changed the language to Portugues everthings ok, but when I changed for English, the language that show up is Portuguese.

Someone know what it's wrong?

Tks.
Title: Re: Translate Confilct
Post by: mawek on May 04, 2008, 01:22:29 am
i've got the same problem, can't figure it out. Does anyone know what's wrong? thx.
Title: Re: Translate Confilct
Post by: ryan on May 04, 2008, 09:44:21 am
You should try debugging SetLocaleAction.java to get some clues.