MailOnline / videojs-vast-vpaid

video.js vast plugin
MIT License
296 stars 231 forks source link

Vast localization #321

Open damlaozdemir opened 5 years ago

damlaozdemir commented 5 years ago

Hello,

Is it possible to send localization info or language info to adserver like;

var videoPlayer = videojs("my-video"); videoPlayer.vastClient({ autoPlay: true, adsEnabled: true, playAdAlways: true, adCancelTimeout: 5000, locale: 'tr', }); }

I tried locale option but it didn't work.

Thank you