vinta9e Wrote:I am trying to modify Chris's socialize plugin for i18n support but I just don't know where I lost it. I've read the wiki and created a gs-socialize/lang/ folder along with two necessary php language files: en_US.php & pl_PL.php. However, I always get the text shown in English.
Looks ok.
In GS 3.0 you need to specify the frontend language in gsconfig.php: just add a line
Code:
$LANG = 'pl_PL';
If you use the I18N plugin this line is not necessary - the language is automatically determined.