On 14 Aug 2001, Dave Hodgkinson wrote:

> Stas Bekman <[EMAIL PROTECTED]> writes:
> 
> > On Mon, 13 Aug 2001, Kenny Gatdula wrote:
> > 
> > > Are there any plugins or frameworks available that support displaying
> > > multiple languages?
> > 
> > take a look at something Eric Cholet and I did at our last startup
> > http://www.stason.org/talks/singaporelinuxshow2001/
> > 
> > May be not exactly what you need, but it'll give you some ideas.
> 
> 
> http://www.deep-purple.com/ - uses a handler that pushes different paths
> depending on browser or the user's choices. Does the right thing with
> charsets too.

That's two different approaches: different templates and multiple strings
in the same template.  I've also tried using a string table approach, with
the strings in separate files.  That may make your templates harder to
read, but it can be useful if the changes in the templates are minimal
except for specific strings.

- Perrin



Reply via email to