Searchbuild livesearch button translation

Searchbuild livesearch button translation

klymov.inekonklymov.inekon Posts: 33Questions: 8Answers: 0

Hello. I try to find how to set translation for livesearch button translation. This button on screenshot. How can I set it? Thanks

Answers

  • allanallan Posts: 65,162Questions: 1Answers: 10,796 Site admin

    You need a searchBuilder.search value in your language object - e.g.:

    language: {
      searchBuilder: {
        search: 'Do a search'
      }
    }
    

    Looks like I missed the documentation for that - apologies. I'll add it just now.

    Allan

Sign In or Register to comment.