Google ads appearing in the wrong language: how to force the display Google ads in the English language

spiros · 1 · 5682

spiros

  • Administrator
  • Hero Member
  • *****
    • Posts: 854558
    • Gender:Male
  • point d’amour
Insert the following line of JavaScript in your current AdSense ad code:

google_language = 'en';

Insert this code on a new line just above the line in your current code that begins:

// →

This snippet will attempt to force English ads onto your site. Similarly if you want French ads for example, change the code to:

google_language = 'fr';


 

Search Tools