yeah, and that's necessary as well, but I think th...
# support-questions-legacy
p
yeah, and that's necessary as well, but I think the
i18n.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.