Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #671848

    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

    #671921

    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

    #671937

    Hi Yigit,
    GREAT !!!!
    THKZ foe the best support !!

    Lutz

    #671946

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to get Facebook Widget shown in german ?’ is closed to new replies.