AdSense Helps: Google Ads Appearing in Wrong Language

Started by Maxwell, Apr 03, 2011, 07:31 AM

Maxwell

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.

MyInfoStride

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.


wealth

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.


MyInfoStride

Oh! Use this:

google_language =\ 'en\';

Note the backslash.

wealth


MyInfoStride

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\';