JMP Google Reviews - All reviews are translated in english

11 months 2 days ago #204 by s1689104581
Hi,
Thanks for the update.
I did a little change to your program : on the file mod_jmp_googlereviews.php ,

I added on line 53 :
$lang = JFactory::getLanguage()->getTag();
And I changed the line :
'reviews_text_language'=>$params->get('review_lang','en')
to :
'reviews_text_language'=>substr($lang, 0, 2)

So it will display the reviews on the site using the site language. For us it's very useful as we have translated our site 3 languages
The following user(s) said Thank You: s1680802101

Please Log in or Create an account to join the conversation.

11 months 2 days ago #205 by s1680802101
we had created 3 modules, one for each language...
The following user(s) said Thank You: s1689104581

Please Log in or Create an account to join the conversation.