Optional settings
Locale
If you entered your content in multiple languages the plugin needs to decide which version to show. By default, we attempt to guess the language from the url, e.g. if the page url is http://example.com/en/page.html
then the English version is used. If this heuristic fails you can override it with the optional shortcode attribute
locale="EN_US"
Englishlocale="DE_DE"
Germanlocale="FR_FR"
French
Timezone override
The timezone of your event is set in the talque admin interface. By default, this timezone settings is used to display all dates and times in the javascript plugin. However, you can override the timezone with the optional shortcode attribute
timezone="Europe/Berlin" for central europe
timezone="America/New_York" for US east coast
and so on. The appropriate daylight savings time adjustment is automatically applied according to the date, you do not have to do anything special. The name of the timezone is the usual timezone database name, sometimes also called Olsen name. The complete list can be found at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones.
Last updated