If it is a Softr powered content (like Airtable) that is need to be added using iframe into an external page use this code instead:
<script src="https://cdn.weglot.com/weglot.min.js"></script>
Weglot.initialize({
api_key: 'wg_1234567890abccdefghijk',
hide_switcher: true // You already have a switcher in parent window
});