I have spend half a year building a Drupal multilingual and multisite CMS, http://alanya-guide.dk and http://flowergarden.dk, and we are quite happy with this.
I have taken over a custom build multilingual domain based PHP site. It takes lots of time learning how to modify and form it to the need of the company. Not to speak of, the back end admin, that has some tailored facilities. Basic language is danish.
The site: http://troll-home.co.uk
I would like advise, if it would be wise to convert/migrate this to Drupal. I am aware that there is no Real Estate module for drupal 6. Of course we can wait a year and see. But we need to better troll-home very soon.
Any ideas and suggestions are wellcome.
Comments
_
There's no 'real estate' module because that's what you can build with cck and views. I don't see anything on that site that couldn't be done with drupal.
Auto filled in data specs in languages
Thanks. Nice to hear. I must look into Views more, though it appears to be long haired stuff.
In the current system we have danish as main language. then when we go to translate to another country, all specs about the appartments fx are filled in translated. It is something fetched from database.
Would something like that be a possibility?
_
I believe so-- core has the locale and content translation modules and there's the http://drupal.org/project/i18n contrib to enhance translation functionality as well.