Hi ALL,
when I use the Facebook Widget it shows me all in english and not in german ! How can I change the language ?
like page > Seite gefällt mir
share > like
…..
Tanks
Hey Nurmalso!
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 following
$langcode = function_exists('icl_object_id') && !empty($langcode) ? $langcode : 'de_DE';
Regards,
Yigit
Hi Yigit,
GREAT !!!!
THKZ foe the best support !!
Lutz
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit