Hello,
I’m about to start work on a projet with multiple languages per website for 4 websites with 5 languages each using multiwebsite feature in Expression Engine
I’ve worked out how to detect what language I’m using and have thought through a system whereby each entry will contain all the entries on a per language basis :
Example :
title_en
body_en
title_it
body_it
title_fr
body_fr
The last thing I need to find out is how to manage different URI’s for the same article.
What I would like to have is multiple uris :
uri_en
uri_it
uri_fr
And then have a routing system that loads the same article with three different uri’s (the language detection already been worked out and the uri’s must be user editable)
How would you go about doing this ? I’m beginning to wonder if Expression engine is the right tool for the job and if I shouldn’t program my own interface to manage this with codeigniter.
If I can work out how to do the URI’s then Expression Engine should save me alot of time.