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.
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.
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.
Oh! Use this:
google_language =\ 'en\';
Note the backslash.
Same template parse error.....
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\';