Search code examples
asp.netfacebook

Facebook connect button language change


I use the Facebook toolkit on my web site. My Facebook Connect button seems to be in English, but I want to show it in Turkish. How can I change it to Turkish?

Address: http://www.lipres.com/UyeGiris.aspx


Solution

  • Just use JS-SDK with your locale (full list of locales supported):

    //connect.facebook.net/tr_TR/all.js
    

    For more info see Localization section in JS-SDK documentation. You may also wish to read Internationalization guide for translation of other parts of your application...