I have a script that automatically translates my website into French, the problem is, the script translates the website for non french speakers too, so I want a way to load JS files (I will be including the translation script in one of those files) based on user's browser language, for example if the user is from France or speaking french, it will load the Javascript files, otherwise it will do nothing.
Regards.