angular-visjs icon indicating copy to clipboard operation
angular-visjs copied to clipboard

localization

Open openmotion opened this issue 5 years ago • 0 comments

hello how can i change the language of a timeline ? my example is : http://visjs.org/examples/timeline/other/localization.html

this my setup

$scope.timelineOptions = { locale:'fr', height:"100%", groupOrder: 'content' // groupOrder can be a property name or a sorting function }; but no change

my version of moment is : http://cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.1/moment-with-locales.min.js

thanks for your help

openmotion avatar Mar 08 '19 16:03 openmotion