I’ve implemented “Like” button on my page using Microsoft.Web.Helpers. It is however in English. How can I change it to be Polish for instance?
I’ve implemented Like button on my page using Microsoft.Web.Helpers. It is however in English.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to change the locale. There is a locale in the path in the Javascript SDK’s URL.
Most examples use
en_USfor the locale:So you will need to replace that with your locale.
For more information please read: https://developers.facebook.com/docs/reference/plugins/like/