Hi,
my ENFOLD site is in french.
The Enfold Facebook Likebox widget is in english.
Is it possible to have it in french ?
Thanks
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
Hi Yigit,
Perfect !
Thanks a lot