Page 1 of 1

multiple languages

Posted: Thu 30. Apr 2009, 23:44
by bpmbpm
I know this sounds very dumb, most websites made with phpwcms use multiple languages but it seems I can't find where to install /activate / manage other languages

do I need to install an additional module? I can't find anything in the documentation ( http://www.phpwcms-docu.de/index.php?se ... s=language )

I have added an additional lang in the config file $phpwcms['allowed_lang'] = array('en','it');

do I need to do something else?
there's no field in the articles to specify which language I'm writing so I suppose multiple languages aren't active in my phpwcms

Re: multiple languages

Posted: Fri 1. May 2009, 00:15
by update
Do it like this:
root
--en
---about
---dogs
---cats
---contact
--it
---it-dogs
---it-cats
---it-snakes
---about

prepare your en tree, get it ready and then copy it over to it
and do a little searching for "language switch" ;)

Advantage of this method: each language tree can have an individual set of pages (or can be identical)