Auto translate from an original website?
Posted: Thu Nov 14, 2013 6:30 am
I have a website by English Language
I want to install a similar website in Spanish Language
My Page Template:
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:
I want to keep the original English website!!! How could i call in {?}
Thanks for help!
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>
• 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>Thanks for help!