Set Locale to Annotated Time Line

Hi

I’m using the Annotated Time Line in the
Visualisation For Vaadin - Addon
. Is there a possibility to change the locale options? The Time Line shows the date in english format but I need it in german format.
The option “dateFormat” changes only the date in the upper right corner.
I’ve tried also the “setLocale”-method of the Time Line. This also doesn’t work.

Greets

Hi
I have the same problem. I want to have the date in French so I write in the application setLocale(“fr”, “FR”). But certains date remains in English as the months in the browser, the day…
Have you succeeded to change the locale ?

Tanks.

Frédéric
12477.jpg
12478.jpg

Hi fred

I think you are using the
Vaadin Timeline
. I’m using the
Visualization for Vaadin
Addon.

I don’t know how similar this both addons are. But in the addon I use you can set the dateformat option like this

timeLine.setOption("dateFormat", "dd.MM.yyyy");

Greets