Hello,
How to reload the notice translations after a language change?
I tried setting the config prop that changes on locale change, and also calling didomi.setConfigParameter('languages', { enabled: [locale], default: locale }); on locale change, but when showing the notice afterwards it is still in the previous language.
Thanks
Hello,
How to reload the notice translations after a language change?
I tried setting the
configprop that changes on locale change, and also callingdidomi.setConfigParameter('languages', { enabled: [locale], default: locale });on locale change, but when showing the notice afterwards it is still in the previous language.Thanks