Page 1 of 1

Use language variables in plugins

Posted: Mon Mar 07, 2005 3:58 pm
by piratos
As example

Code: Select all

function smarty_cms_function_print($params, &$smarty)
{
	global $gCms;

	$text = 'Print This Page';
German would say $text = 'Druckerfreundliche Seitenaufbereitung';  or so.