Gav.... wrote:
| > and I don't know
| > how to specify the language when I generate with forrest site...
|
| There have been a lot of threads around that, sorry for not being able
| to find them right now.
|
| > Anyone knows ?
|
| I think there was something in the forrest.properties but I am not sure.

Uncomment the line

#project.i18n=true

turns it on.

As far as specifying the language I thought there was no need, that is the whole point of i18n, it sees which locale the users computer/browser is set at and then displays any i18n content in that language automatically , assuming the relevent language files
are present.

When running in dynamic mode the browser specifies the language, but when generating a static site there is no browser, so there is a need to specify it.

I can't remember how it is done, but Chche wrote a blog entry on his work:

http://casa.che-che.com/blog/2005/05/10/internalization-a-site-using-forrest-07-dev/

(we *really need to document this, I'll create an issue).

Ross