Identify device type
Identify browser type
Identify browser language
Check all
// Some code if (navigator.language.startsWith('fr')) { // Your script for French language users console.log("The script for French language users is running."); // Place your script here }
Last updated 9 days ago
Was this helpful?