angular-shepherd
angular-shepherd copied to clipboard
Multilingual application - dynamic text
Hi, I wanted to ask if it is possible and if so how to manage the fact of having a multilingual tour.
For example, how can you manage to make the text in dynamic :
buttons: [ { text: ???, action: tour.next } ]
and also title and text in every single step?
Thank you
@amic81 you'll have to use some sort of i18n
package then use that to set your text accordingly.