Embedding Google Calendar in Another Language
This question came up today in the Google Apps Certified Trainer Group. It is actually pretty easy to do.
To make the change you add &hl=XX where XX is thelanguage codeto the embed code.
So - this calendar
With this embed code:
<iframe src="http://www.google.com/calendar/embed?src=jkloc408t9h5rdv686c8d567hs%40group.calendar.google.com&ctz=America/Chicago" style="border: 0" width="400" height="200" frameborder="0" scrolling="no"></iframe>
Requires a simple change to display in Spanish (&hl=es)
<iframe src="http://www.google.com/calendar/embed?src=jkloc408t9h5rdv686c8d567hs%40group.calendar.google.com&ctz=America/Chicago&hl=es" style="border: 0" width="400" height="200" frameborder="0" scrolling="no"></iframe>
Pretty simple! Some of our ESL teachers are displaying their homework calendars in multiple languages now.
Note:
This actua…
To make the change you add &hl=XX where XX is thelanguage codeto the embed code.
So - this calendar
With this embed code:
<iframe src="http://www.google.com/calendar/embed?src=jkloc408t9h5rdv686c8d567hs%40group.calendar.google.com&ctz=America/Chicago" style="border: 0" width="400" height="200" frameborder="0" scrolling="no"></iframe>
Requires a simple change to display in Spanish (&hl=es)
<iframe src="http://www.google.com/calendar/embed?src=jkloc408t9h5rdv686c8d567hs%40group.calendar.google.com&ctz=America/Chicago&hl=es" style="border: 0" width="400" height="200" frameborder="0" scrolling="no"></iframe>
Pretty simple! Some of our ESL teachers are displaying their homework calendars in multiple languages now.
Note:
This actua…
Dear Mr. Thiele - My question, only by sheer coincidence, deals with the evolution of your mail merging template.
ReplyDeleteI am working on a gmail merging projects as part of my undergraduate internship at DePaul University and was wondering;
Is there anyway to combine the feature of your gmail merging template that gets the contacts from google gmail groups and puts them into the mail merge with the template created by Mr. Robinson (if you google Mail Merge under gmail documents it is the newest template) that inserts names into the actual email?
Let me know either way and have an excellent day -
Regards;
Dave Connell
dcarpenterconnell@gmail.com
Dave,
ReplyDeleteYes, you could blend the two scripts to create one that does both. It would probably take me a few hours to do, but someone who understands scripts better could probably do it in under an hour.
Hank