2013-08-17, 07:06:10
I have a question.
I'm trying to use lang files in template.php
something like this -
<?php echo $i18n["LOGIN"]; ?>
or
<?php i18n("LOGIN"); ?>
but i'm only getting english version of it. I'm doing something wrong, or this only work in admin panel and plugin?
I'm trying to use lang files in template.php
something like this -
<?php echo $i18n["LOGIN"]; ?>
or
<?php i18n("LOGIN"); ?>
but i'm only getting english version of it. I'm doing something wrong, or this only work in admin panel and plugin?