To change the Facebook widget language follow the steps mentioned below :
1. Open your Shopify admin panel and go to the Online store ➜ Themes ➜ Actions ➜ Edit code.
Go to the Snippets folder and open widget-custom-bottom-social-blocks.liquid file.
2. In the mentioned file find the line of the code shown below :
js.src = “//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.3” ; |
3. In this line find the en_GB line and change it to the locale you wish to use, let’s say, French : en_FR:
js.src = “//connect.facebook.net/en_FR/sdk.js#xfbml=1&version=v2.3” ; |
Save the file and refresh your page to see the changes you made.
Hope this tutorial will be helpful to you!
Related Tutorials For Shopify :
Shopify Administration And Configuration
Shopify Categories & Products Tutorials
Shopify Image Editing Tutorials
Shopify Layout And Content Editing Tutorials
Shopify Links & Menus Tutorials