As a user on Wikidata I want to use the Scoped Typeahead Search in my UI langauge.
Problem:
Currently, en is hardcoded in the Scoped Typeahead Search component as the languageCode used when searching. This should be updated to reflect the users UI language in the component and the search results.
Acceptance criteria:
- The Scoped Typeahead Search reflects the users UI language in the component and in the search results
Notes
mw.config.get( 'wgUserLanguage' ) would be the value to use