Page 1 of 1

Facebook comments language

Posted: 02 Nov 2010, 00:13
by turminator
Hello!

I'm testing Facebook comments option but I'm interested to use with Spanish language. How can I do it?

Many thanks!

Re: Facebook comments language

Posted: 03 Nov 2010, 16:08
by reko
hi,
the language of the comments part depends on your settings in facebook. eg if a visitor uses facebook in english, the comment box will be shown in english, if he has set it to spanish it will be in spanish (if teh user is logged in to facebook, if not the language is chosen by facebook automatically)
regards,
rk

Re: Facebook comments language

Posted: 24 Nov 2010, 23:36
by devzero
reko wrote:hi,
the language of the comments part depends on your settings in facebook. eg if a visitor uses facebook in english, the comment box will be shown in english, if he has set it to spanish it will be in spanish (if teh user is logged in to facebook, if not the language is chosen by facebook automatically)
regards,
rk
Hi i have the same problem, and i have facebook settings in spanish but the facebook comments are show in english...

Re: Facebook comments language

Posted: 25 Nov 2010, 00:34
by devzero
turminator wrote:Hello!

I'm testing Facebook comments option but I'm interested to use with Spanish language. How can I do it?

Many thanks!
My friend i solved it, just change in the file: com_phocagallery/views/comment/tmpl/default.php at line 38

i see en_EN ...and i thought, if i put es_ES? and its work! :)

Code: Select all

  (function() {
    var e = document.createElement('script');
    e.type = 'text/javascript';
    e.src = document.location.protocol + '//connect.facebook.net/es_ES/all.js';
    e.async = true;
    document.getElementById('fb-root').appendChild(e);
   }());
Amigo mio lo arregle, Sólo cambia en el archivo: com_phocagallery/views/comment/tmpl/default.php en la linea 38

mire que decia "en_EN" ...pensé, y si coloco es_ES? y funcionó! :)

Code: Select all

  (function() {
    var e = document.createElement('script');
    e.type = 'text/javascript';
    e.src = document.location.protocol + '//connect.facebook.net/es_ES/all.js';
    e.async = true;
    document.getElementById('fb-root').appendChild(e);
   }());

Re: Facebook comments language

Posted: 30 Nov 2010, 23:28
by Jan
Hi, thank you for the guide.

Jan

Re: Facebook comments language

Posted: 03 Oct 2013, 23:20
by neutron
Hola amigos del foro

Tengo el siguiente problema, instale Phoca Facebook Comment y en su configuracion le puse lenguaje es_ES y veo el portal y sale de la siguiente manera.

Image

No logro pasarlo a español y ya modifique los cadigos defaul.php de en_US a es_LA pro no paso nada...

Help Plase!!!!!!!!!!!!!! :oops:

Saludos.

Re: Facebook comments language

Posted: 04 Oct 2013, 17:00
by Jan
Hi, sorry, I don't understand?