Background of the issue:
I am trying to implement different scripts for French and English on my website hidden link for reservations on ke-booking.com. The script URLs differ only by the language code, 'fr' for French and 'en' for English. Example scripts: In French: <script src="hidden link In English: <script src="hidden link
Symptoms:
If I change the script directly on the second language, I might break the website.
Questions:
How can I implement different scripts for French and English without breaking the website?