Update
Code on this post has been made into a plugin, the plugin is more complete and handles a wider range of locales.
Are you having problems to get the Disqus Comment System WordPress plugin to work with your site language (Arabic, French…). Here is the code you are looking for:
// Disqus language add_filter( 'disqus_language_filter', 'cb_disqus_language_filter' ); function cb_disqus_language_filter() { return get_locale(); }
Drop this code in your theme functions.php
file, in your custom plugin, or better yet: download and upload then install this plugin.
Leave a Reply