Language filter is not working
-
Hi!!
I’m having problems with disqus in a multi-lingual site. I’m using this code to override the configuration of Disqus global language:
add_filter('disqus_language_filter','isp_disqus_language_filter'); function isp_disqus_language_filter() { return qtrans_getLanguage(); }
The site is in Russian and Spanish. The global language in Disqus settings is set to Russian. When I see my site in Russian, Disqus is loaded correctly in russian but in spanish pages Disqus is loaded in English. In Spanish pages I can this javascript (which I think is correct but is not working):
var disqus_config = function () { var config = this; // Access to the config object config.language = 'es';
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Language filter is not working’ is closed to new replies.