Add Facebook Like Button & Like Box in Different Languages



It is very easy to integrate the Facebook Like Button and Like Box functionality on the web pages but the problem arises when you want to integrate it in your own language, because by default Facebook provides the Like Button and Like Box functionality in the english language (en_us) only. It is very easy, you can do it by using the steps given below, in this post I am trying to describe how you can get the Facebook Like Button and Like Box in your own language.

Step 1. Click on the link as per your requirements means if you want Facebook Like Button or you are looking for Facebook Like Box.

Step 2. Fill the required information on this page and click on the Get Code button and select the iframe code it is just like as the below code:

Step 3. Facebook Like Button Code:

<iframe src="http://www.facebook.com/plugins/like.php app_id=145789657895214&amp;href=WEB_PAGE&amp;send=false&amp;layout=standard&amp;width=450&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=35"scrolling="no" frameborder="0" style="border:none;overflow:hidden;width:450px; height:35px;" allowTransparency=
"true">
</iframe>

And Insert the locale parameter into it just like as the given below code :

<iframe src="http://www.facebook.com/plugins/like.php?locale=hi_IN& app_id=145789657895214&amp;href=WEB_PAGE&amp;send=false&amp;layout=standard&amp;width=450&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=35"scrolling="no" frameborder="0" style="border:none;overflow:hidden;width:450px; height:35px;" allowTransparency=
"true">
</iframe>

As I have inserted the language code for the Hindi ?locale=hi_IN&;

Step 4. Facebook Like Box Code:

<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FYOUR FACEBOOK PAGE&amp;width=292&amp;colorscheme=light&amp;show_faces=false&amp;border_color&amp;stream=false&amp;header=false&amp;height=62"scrolling="no" frameborder="0"style="border:none; overflow:hidden;width:292px; height:62px;" allowTransparency="true">
</iframe>

And Insert the locale parameter into it just like as the given below code :

<iframe src="http://www.facebook.com/plugins/likebox.php?
locale=hi_IN&href=http%3A%2F%2Fwww.facebook.com%2FYOUR FACEBOOK PAGE&amp;width=292&amp;colorscheme=light&amp;show_faces=false&amp;border_color&amp;stream=false&amp;header=false&amp;height=62"scrolling="no" frameborder="0"style="border:none; overflow:hidden;width:292px; height:62px;" allowTransparency="true">
</iframe>

It is done and now you can see the Facebook Like Box and Facebook Like Button in the Hindi language, you can change the value of the “locale” as per your own language below is the list of the “locale” which is supported by the Facebook.

Country locale (Value)
Afrikaans af_ZA
Albanian sq_AL
Arabic ar_AR
Armenian hy_AM
Aymara ay_BO
Azeri az_AZ
Basque eu_ES
Belarusian be_BY
Bengali bn_IN
Bosnian bs_BA
Bulgarian bg_BG
Catalan ca_ES
Cherokee ck_US
Croatian hr_HR
Czech cs_CZ
Danish da_DK
Dutch nl_NL
Dutch (Belgi?) nl_BE
English (Pirate) en_PI
English (UK) en_GB
English (Upside Down) en_UD
English (US) en_US
Esperanto eo_EO
Estonian et_EE
Faroese fo_FO
Filipino tl_PH
Finnish fi_FI
Finnish (test) fb_FI
French (Canada) fr_CA
French (France) fr_FR
Galician gl_ES
Georgian ka_GE
German de_DE
Greek el_GR
Guaran? gn_PY
Gujarati gu_IN
Hebrew he_IL
Hindi hi_IN
Hungarian hu_HU
Icelandic is_IS
Indonesian id_ID
Irish ga_IE
Italian it_IT
Japanese ja_JP
Javanese jv_ID
Kannada kn_IN
Kazakh kk_KZ
Khmer km_KH
Klingon tl_ST
Korean ko_KR
Kurdish ku_TR
Latin la_VA
Latvian lv_LV
Leet Speak fb_LT
Limburgish li_NL
Lithuanian lt_LT
Macedonian mk_MK
Malagasy mg_MG
Malay ms_MY
Malayalam ml_IN
Maltese mt_MT
Marathi mr_IN
Mongolian mn_MN
Nepali ne_NP
Northern S?mi se_NO
Norwegian (bokmal) nb_NO
Norwegian (nynorsk) nn_NO
Pashto ps_AF
Persian fa_IR
Polish pl_PL
Portuguese (Brazil) pt_BR
Portuguese (Portugal) pt_PT
Punjabi pa_IN
Quechua qu_PE
Romanian ro_RO
Romansh rm_CH
Russian ru_RU
Sanskrit sa_IN
Serbian sr_RS
Simplified Chinese (China) zh_CN
Slovak sk_SK
Slovenian sl_SI
Somali so_SO
Spanish es_LA
Spanish (Chile) es_CL
Spanish (Colombia) es_CO
Spanish (Mexico) es_MX
Spanish (Spain) es_ES
Spanish (Venezuela) es_VE
Swahili sw_KE
Swedish sv_SE
Syriac sy_SY
Tajik tg_TJ
Tamil ta_IN
Tatar tt_RU
Telugu te_IN
Thai th_TH
Traditional Chinese (Hong Kong) zh_HK
Traditional Chinese (Taiwan) zh_TW
Turkish tr_TR
Ukrainian uk_UA
Urdu ur_PK
Uzbek uz_UZ
Vietnamese vi_VN
Welsh cy_GB
Xhosa xh_ZA
Yiddish yi_DE
Zulu zu_ZA

Hope it helps thanks for reading.:)