having Album multilingual
Posted: Tue Sep 08, 2009 11:05 am
I am really wondering why there is no thread about this issue.
In my album template is the returnlink:
{if $returnlink}Return to the album index page{/if}
as you can see it is just in one language.
i added lang=$lang in smarty code in my page where i want the album to appear.
but how can i use the vars from the external language files?
i spotted $lang['return'].
therefore i tried {$lang>return} or {$lang('return')}
but nothing works.
any ideas?
thanks a lot!
In my album template is the returnlink:
{if $returnlink}Return to the album index page{/if}
as you can see it is just in one language.
i added lang=$lang in smarty code in my page where i want the album to appear.
but how can i use the vars from the external language files?
i spotted $lang['return'].
therefore i tried {$lang>return} or {$lang('return')}
but nothing works.
any ideas?
thanks a lot!