/
Language
Language
language
The language
default value is null
. This options allows user fetch results and adding tracking events in different languages.
Options
by default the language is updated from the Hawksearch widget View template and its value is
'en'
:<div data-component="vue-app-spa" ... data-current-culture="@Model.CurrentCulture" ... > ... </div>
updating the configuration with a language:
const config = { ... language: "en", ... }; var widget = HawksearchVue.createWidget(component, { config: config }); HawksearchVue.initialSearch(widget);
Related content
Result Item
Result Item
More like this
Localize labels in Vue.js
Localize labels in Vue.js
More like this
Multilingual: Setup
Multilingual: Setup
More like this
Suggestion Item
Suggestion Item
More like this
Localize facets in Vue.js
Localize facets in Vue.js
More like this
Migrating the widget templates from version x.xxxx.x.34 or earlier to version x.xxxx.x.35 and above of the Connector
Migrating the widget templates from version x.xxxx.x.34 or earlier to version x.xxxx.x.35 and above of the Connector
More like this