Adrian C wrote:
> Can you explain, how can we change the language of the timeline?! I'm 
> having a hard time figuring it out!
When you include timeline-api.js, also add the locales parameter, e.g., 
for French

    <script src="........./timeline-api.js?locales=fr"></script>

Then before you use Timeline, write:

    Timeline.Platform.clientLocale = "fr";

We support cs, de, en, es, fr, it, ru, sw, vi, and zh.

By default, Timeline uses the locale of the user's browser (whoever is 
looking at your timeline). In a way, this is good since people who speak 
those supported languages automatically get their own languages to show 
up without you doing anything.

David

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to