<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Language: X &#8211; Facebook comments &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/language-x-facebook-comments/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/language-x-facebook-comments/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 03 Nov 2025 18:43:45 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/language-x-facebook-comments/#post-194311</guid>
					<title><![CDATA[Language: X &#8211; Facebook comments]]></title>
					<link>https://theme.co/archive/forums/topic/language-x-facebook-comments/#post-194311</link>
					<pubDate>Thu, 29 Jan 2015 13:05:04 +0000</pubDate>
					<dc:creator>swohlert</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I&#8217;m creating a site and want to use the FB comments plugin you provide. Is there any way to force the plugin to use a certain language. I have already set the language on the FB dev dashboard to Dutch but that didn&#8217;t help.</p>
<p>Also tried looking for language files to manually translate but they&#8217;re not included.</p>
<p>Any help is appreciated.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/language-x-facebook-comments/#post-195013</guid>
					<title><![CDATA[Reply To: Language: X &#8211; Facebook comments]]></title>
					<link>https://theme.co/archive/forums/topic/language-x-facebook-comments/#post-195013</link>
					<pubDate>Fri, 30 Jan 2015 09:24:31 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please add this in functions.php file located in child theme folder:</p>
<pre><code>if ( ! function_exists( &#039;x_facebook_sdk&#039; ) ) :
  function x_facebook_sdk() {

    require( X_FACEBOOK_COMMENTS_PATH . &#039;/functions/options.php&#039; ); ?&gt;

    &lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;

    &lt;script&gt;
      window.fbAsyncInit = function() {
        FB.init({
          appId   : &#039;&lt;?php echo $x_facebook_comments_app_id; ?&gt;&#039;,
          xfbml   : true,
          version : &#039;v2.1&#039;
        });
      };

      (function(d, s, id){
         var js, fjs = d.getElementsByTagName(s)[0];
         if (d.getElementById(id)) {return;}
         js = d.createElement(s); js.id = id;
         js.src = &quot;//connect.facebook.net/en_US/sdk.js&quot;;
         fjs.parentNode.insertBefore(js, fjs);
       }(document, &#039;script&#039;, &#039;facebook-jssdk&#039;));
    &lt;/script&gt;

  &lt;?php }
endif;</code></pre>
<p>Then change this <code>//connect.facebook.net/en_US/sdk.js</code></p>
<p>Please check this : <a href="https://developers.facebook.com/docs/internationalization/" rel="nofollow">https://developers.facebook.com/docs/internationalization/</a>.</p>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

