Delete lang / language variable

<?php

add_action( 'wp_head', function() { ?>

    <script>
        (function($) {
            $(document).on('facetwp-refresh', function() {
              delete FWP_HTTP['lang'];
          });
        })(jQuery);
    </script>

<?php }, 100 );