As a user of the Query Builder I want to work with the site in my language.
Problem:
We currently only support language switching for our Single Page Applications (specifically Mismatch Finder and Query Builder) via URL parameters.
We need to also offer it via the UI as a LangSelector so that users can easily change the language of the page.
Screenshots/mockups:
Mock-up and specs are available in Figma
BDD
GIVEN the Query Builder
AND LangSelector
WHEN Query Builder user wants to change the language of the page
THEN they are able to use the LangSelector to change the language of the page
Acceptance criteria:
- The LangSelector is available on the Query Builder
Notes
Investigation into language switching options for Single Page Applications (Mismatch Finder and Query Builder) T324653