Skip to main content
Inspiring
September 17, 2007
Question

How handle multiple languages site?

  • September 17, 2007
  • 1 reply
  • 370 views
Hi all,

I am about to start a new project where the client wants a site to be in 6 languages to start with and soon 7 more, total 13 languages!! What is the best strategy for me as a developer? Somehow it would be great to have all functionality at only one place and keep ALL text, including links, menues, texts etc etc separate. Is that possible or do we need to go for a (expensive) Content Management System?

In addition to this delicate problem, the site should be easy to update for my clients. Not only productdetails that would be easy to store in a db, but also more "static" content like company info etc.

I am thinking of suggesting a solution whith a dynamic site where product details, news, resellers info and things like that are put into a db with a custom made administration site, and the more static content can be administrated with contribution. Is this a good strategy and if it is how do I handle the different languages?

Thanks a lot in advance!!
This topic has been closed for replies.

1 reply

Inspiring
September 17, 2007
> Is that possible or do we need to go for a (expensive)
> Content Management System?

You absolutely need/should have a CMS to run this. Whether or not it's
expensive is irrelevant.

The client will also need a hard working content manager (person) to
maintain all of these pages in the multiple languages to ensure everything
is always up to date and in synch.

> In addition to this delicate problem, the site should be easy to update
> for my
> clients. Not only productdetails that would be easy to store in a db, but
> also
> more "static" content like company info etc.

CMS.

> I am thinking of suggesting a solution whith a dynamic site where product
> details, news, resellers info and things like that are put into a db with
> a
> custom made administration site, and the more static content can be
> administrated with contribution. Is this a good strategy and if it is how
> do I
> handle the different languages?

You handle the different languages via the DB. Each bit of content will be
stored separately for each language supported. You could structure your DB
any number of ways to handle it.

-Darrel


Inspiring
September 17, 2007
Thanks Darrel,

So talking about cms systems, would you suggest any cms in particular or should I build one in DW from scratch?