Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set the buttons in a different language in IntroJs

I use introJS. My main audience of Russia. How to set the control buttons in the language other than english?

like image 687
dlarchikov Avatar asked Sep 20 '25 10:09

dlarchikov


1 Answers

Using setOptions({nextLabel: 'Далее', prevLabel: 'Назад', doneLabel: 'Закрыть'})

like image 125
dlarchikov Avatar answered Sep 23 '25 21:09

dlarchikov