Facebook comments language

Phoca Gallery - image gallery extension
turminator
Phoca Member
Phoca Member
Posts: 40
Joined: 07 Nov 2008, 00:55
Contact:

Facebook comments language

Post 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!
reko
Phoca Professional
Phoca Professional
Posts: 407
Joined: 29 Dec 2008, 22:06

Re: Facebook comments language

Post 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
devzero
Phoca Member
Phoca Member
Posts: 13
Joined: 12 Oct 2010, 22:18

Re: Facebook comments language

Post 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...
devzero
Phoca Member
Phoca Member
Posts: 13
Joined: 12 Oct 2010, 22:18

Re: Facebook comments language

Post 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);
   }());
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49149
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Facebook comments language

Post by Jan »

Hi, thank you for the guide.

Jan
If you find Phoca extensions useful, please support the project
neutron
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 03 Oct 2013, 22:50

Re: Facebook comments language

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49149
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Facebook comments language

Post by Jan »

Hi, sorry, I don't understand?
If you find Phoca extensions useful, please support the project
Post Reply