• Resolved missisquerdo

    (@missisquerdo)


    Hello All,

    My facebook like button on my wordpress site is in portuguese, but i would like the language to change it to english.
    I was told to change it on the file header.php, but the only header file i could find inside widgets doesnt show any option on language selection.

    Any idea where i can find this file and edit it?

    TIA,
    Ana

Viewing 2 replies - 1 through 2 (of 2 total)
  • Share/like buttons change language depending on the language installed by default in your browser. But you can try to solve this issue by changing your script request to one supported by FB.

    For example:
    If you had this type of script:
    js.src = “//connect.facebook.net/es_LA/all.js#xfbml=1”;
    change it to
    js.src = “//connect.facebook.net/en_US/all.js#xfbml=1”;

    All the possible languages you can find here:
    https://www.facebook.com/translations/FacebookLocales.xml

    Thread Starter missisquerdo

    (@missisquerdo)

    Hello Mobilunity,

    I did this change and it worked!
    I did it on the header, inside the editor.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change language on facebook like button in wordpress’ is closed to new replies.