Multi language support using google translate widget

Hi!

I am on the free plan and wanted to see if there was an easy way to detect the user’s browser language and translate contents of the platform accordingly. It appeared that getting the google translate widget would be the most appropriate.

I have added these seo/metatags

script tags header:
#google_translate_element {
display: block !important;
position: fixed;
top: 10px;
right: 10px;
z-index: 1000;
background: white;
padding: 5px;
border-radius: 5px;
}

Script in the body:


However, I dont see any prompting - but when I right click my page on preview - it shows the option to translate in English, so it appears that the script is being sent through? Does anyone have any experience on this, I am unaware if the reason no widget is popping up is due to my browser and bubble app both being in English.

Any help would be appreciated!