RE: Multilanguage application

2005-02-23 Thread Alvaro Coronel
PROTECTED] Sent: Tuesday, February 22, 2005 10:49 AM To: Apache Torque Users List Subject: Re: Multilanguage application Hi everybody, hi Kintzel. If I had enough time to develop such a solution (for there are no problems, but only solutions;) ), i would only save references to resources in db

Re: Multilanguage application

2005-02-22 Thread T E Schmitz
Kintzel Levente wrote: This is important for a multilanguage application. Example: For a link on a linkpage I have a description in more than one language and the url. I want to store the description in several languages in such a way to be easy to maintain. Some design patterns for this

Re: Multilanguage application

2005-02-22 Thread Brent Atkins
This may be overkill for what you are doing, but the Struts framework works just fine with Torque. All you have to do is make a new ApplicationResources.properties file for each locale that you are dealing with. Works like a charm. Kintzel Levente wrote: Hi! I want to have a database with

Re: Multilanguage application

2005-02-22 Thread Alex Hepp
Hi everybody, hi Kintzel. If I had enough time to develop such a solution (for there are no problems, but only solutions;) ), i would only save references to resources in db instead of real text. have a resource table with ids and optionally names. then have a language table with ids and

RE: Multilanguage application

2005-02-22 Thread Anderson Derek Civ AU/SCI
] Sent: Tuesday, February 22, 2005 10:49 AM To: Apache Torque Users List Subject: Re: Multilanguage application Hi everybody, hi Kintzel. If I had enough time to develop such a solution (for there are no problems, but only solutions;) ), i would only save references to resources in db instead