Hi guys.
I just found out this article about multilanguage site here: Multi language site alternative
I am pretty excited.
But I found out that this “global_vars” added into the index file like here:
$assign_to_config['template_group'] = '';
$assign_to_config['template'] = '';
$assign_to_config['site_index'] = 'http://www.example.com/en/';
$assign_to_config['site_404'] = '';
$assign_to_config['global_vars'] = array(
"country_code" => "en",
"language" => "english"
); // This array must be associative they do work in the templates or embedded templates, how it was described:
{copyright_{country_code}}
{embed=includes/nav_{country_code}} but they DOES NOT WORK if I put them into the SNIPPETS.
Is it true, or did I miss something?
Thanks for answer.