Page 1 of 1

Auto translate from an original website?

Posted: Thu Nov 14, 2013 6:30 am
by angelpeace
I have a website by English Language
I want to install a similar website in Spanish Language
My Page Template:

Code: Select all

{?}
<__html>
<title>English website</title>
</__body>
<h1>Hello the world</h1>
<__body>
</__html>
Language Handle Manager:
• English: Hello the world
• Spanish: Hola el mundo

When I define English as Spanish on Above Example -> My Page is automatically translate All Block Content to Spanish Language by the words that I've defined here.
Specifically, the results will be:

Code: Select all

<__html>
<title>Página web en español</title>
</__body>
<h1>Hola el mundo</h1>
<__body>
</__html>
I want to keep the original English website!!! How could i call in {?}
Thanks for help!

Re: Auto translate from an original website?

Posted: Thu Nov 14, 2013 9:59 am
by faglork
This is exactly what the MLEcms module does.

Of course, it cannot translate the main page content. But you can set it up to translate all the "bits and pieces". See an example at
http://www.goldner-stern.de (german/english/french).

It is not easy to set up, but works very well.

One tip (and this is not mentioned in the module help): you need to have the corresponding CMSMS language packs installed.


Hth,
Alex