0

So on this page https://support.google.com/admob/answer/2784738?hl=en they mention the following "AdMob will serve relevant ads to your apps in the appropriate language".

How exactly is this accomplished and how can I control (for all users) which language the ads appear in?

Using cordova with the admob plugin.

Michael
  • 499
  • 4
  • 16

1 Answers1

1

AdMob handles this for you. The Mobile Ads SDK will automatically look at the device's language settings and use that when choosing an ad to display. There is not, to my knowledge, any way for publishers to force the SDK to use any particular language.

RedBrogdon
  • 5,113
  • 2
  • 24
  • 31