Reputation: 3168
One of my clients asked me to integrate an open source CMS in her website.The challenge I have right now is that she wants the website to be bilingual. is there any cms that implements this feature? The content on each page should be displayed either in english or french and no automation translation(like google's or babel fish). only static content should be held in language configuration files.
Thanks for any help or idea.
Upvotes: 2
Views: 517
Reputation: 27
I say go with MODx CMS coupled with YAMS. Choose the Evolution release, not the Revolution. I just installed the YAMS and it's working like a charm.
The learning curve maybe a bit steep but it's worth every hour I spent learning it.
Upvotes: 1
Reputation: 394
Upvotes: 0
Reputation: 261
MODXCMS.com does enable you to use lots of different languages on the same site!
They call it YAMS - Yet Another Multilingual Solution --- about YAMS on the MODX Forums
Upvotes: 1
Reputation: 954
N2CMS can do that. It supports multi-sites on one installation, multi-language, templating, MVC. And it is a very developer-friendly, developed in C#.
Upvotes: 4
Reputation: 18590
According to one of its FAQ's, Plone, running the LinguaPlone add-on can do this, if I understand your question correctly.
Upvotes: 1
Reputation: 66041
Drupal, besides being considered the best php-based open source CMS, has multilingual support
"Internationalization: Build Multilingual Sites" http://drupal.org/node/133977
Upvotes: 1