porcellus
02/14/2022, 12:03 PMi18n.changeLanguage
(the function) is not getting called. so if you can get access to the i18n
instance in the browser console (e.g., add (window as any).i18n = i18n;
to localization/index.ts
then you should be able to call the changelanguage in the browser.