Architect database driven site for creating, maintaining, and serving translations

Status: 
Open
Organization: 

What is a good way to implement translations of our web site – database driven is fine. Need controlled access for translators and integration to live serving. Default to English where translation is not available.

Comments

Suggestions from Cameron and Kurt

Use WP MU for the entire site; show a news blog on the front page and use static WP pages for static content. Use a plugin like qTranslate to manage translations of theose static pages, and to allow bloggers to write in their native language.

This is very high-level, there are a lot of details involved in switching from the current custom PHP site to WP static pages.

We will look into this -

We will look into this - thanks! We are running WP and the primary site is already static.