Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #676546

    Hi,
    my ENFOLD site is in french.
    The Enfold Facebook Likebox widget is in english.
    Is it possible to have it in french ?
    Thanks

    #676552

    Hey ppi37!

    Please go to enfold/framework/php/class-framework-widgets.php and find

    $langcode = function_exists('icl_object_id') && !empty($langcode) ? $langcode : 'en_US';

    and change it to

    $langcode = function_exists('icl_object_id') && !empty($langcode) ? $langcode : 'fr_FR';

    Regards,
    Yigit

    #676569

    Hi Yigit,
    Perfect !
    Thanks a lot

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold Facebook Likebox in french’ is closed to new replies.