Use language variables in plugins
Posted: Mon Mar 07, 2005 3:58 pm
As example
German would say $text = 'Druckerfreundliche Seitenaufbereitung'; or so.
Code: Select all
function smarty_cms_function_print($params, &$smarty)
{
global $gCms;
$text = 'Print This Page';