multiple languages

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
bpmbpm
Posts: 3
Joined: Sun 26. Apr 2009, 17:17

multiple languages

Post 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
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: multiple languages

Post 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)
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Post Reply