We have a very distributed environment, so keep that in mind when you read 
my solution. 


We have a "Table of Contents" page for each site in the CMS. On that page 
we allow users to enter site-wide information and settings (column 
alignment, breadcrumbs, taglines, search settings, translate, and others). 
In order to use Google Translate you need to generate unique code for each 
site. We have instructions for our users on how to do that. 

On the table of contents page, we then have a text area with "Deactivate 
text filter", ASCII Text",  and "Do not convert characters to HTML" 
checked. This essentially gives the user an extremely stripped down editor. 
We ask them to paste the code snippet into that text area. We have another 
one for the meta tag that is required.

We then have a navigation template that looks something like this: 
<%!! 
Context:CurrentPage.MainLink.OwnerPage.GetElementByName(txt_translateCode).Value
 
!!%>

The area is set to Level 1-1, Selected Only (this allows multi-site 
projects with unique settings)

Then on each page, we just render that navigation area. 

Is it ideal? No, but it works for us!


On Wednesday, October 27, 2010 11:45:24 AM UTC-5, psreddy wrote:
>
> Does any one implemented google translate in Reddot for the website?. 
> Please let me know your suggestions

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reddot-cms-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to