The InfoStride Forum

TECHNOLOGY => Computing and Internet => Topic started by: Maxwell on Apr 03, 2011, 07:31 AM

Title: AdSense Helps: Google Ads Appearing in Wrong Language
Post by: Maxwell on Apr 03, 2011, 07:31 AM
Hello,

I am having some challenges on my website with Google AdSense language display. My website contents are in English Language but Google ads are appearing in French Language.

I need help on how to correct this.

Please help me look into it.

Thanks.
Title: Re: AdSense Helps: Google Ads Appearing in Wrong Language
Post by: MyInfoStride on Apr 14, 2011, 11:05 AM
This is tip from Google. Put the code in the AdSensecode before "//-->"

google_language = 'en';

Please note the language string.

en = English
fi = Finnish
de = German
fr = French
yo =Yoruba

and many more.

Try it and let us know the result.

Title: Re: AdSense Helps: Google Ads Appearing in Wrong Language
Post by: wealth on Apr 14, 2011, 06:56 PM
Quote from: InfoStrides on Apr 14, 2011, 11:05 AM
This is tip from Google. Put the code in the AdSensecode before "//-->"

google_language = 'en';

I did the exact above but my template parse error and mess up. Well I will see how I will escape those / or ' that cause it to bark.

Title: Re: AdSense Helps: Google Ads Appearing in Wrong Language
Post by: MyInfoStride on Apr 14, 2011, 08:54 PM
Oh! Use this:

google_language =\ 'en\';

Note the backslash.
Title: Re: AdSense Helps: Google Ads Appearing in Wrong Language
Post by: wealth on Apr 26, 2011, 11:43 AM
Same template parse error.....
Title: Re: AdSense Helps: Google Ads Appearing in Wrong Language
Post by: MyInfoStride on May 01, 2011, 08:24 PM
Quote from: wealth on Apr 26, 2011, 11:43 AM
Same template parse error.....

Sorry, there was a space error in the previous code. Use this:

     google_language = \'en\';