Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I need the same thing. I found only this solution by myself.

    1. Go to editor page (…/wp-admin/plugin-editor.php)
    2. Select Fat Panda Comments
    3. a) Open file:fatpanda-facebook-comments/plugin.php
    4. b) Find this string: 'og:locale' => 'en_US'
    5. c) And change “en_US” to Norweigan language code
    6. * If it’s not still working. Edit this file:
      fatpanda-facebook-comments/comments.php, and here change this original code: js.src = "//connect.facebook.net/<?php echo get_locale() ?>/all.js#xfbml=1"; to this: js.src = "//connect.facebook.net/cs_CZ/all.js#xfbml=1";

    Also check if you don’t use some other Facebook widget/box on your site which could use English. In my case my theme Jarida with Facebook widget used English language for Facebook fan box, which overwrite my changes done in Fat Panda. So I had to change these widget locale.

    It looks like it’s been updated and changed.

    Any idea how to change lang now? Changing locale does not help…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change language’ is closed to new replies.