Netix
Posts: 18
|
| Posted: 07/16/2007, 8:56 AM |
|
Hi,
How I can enter a parameter to translation label?
Example:
{res:EnterValue,??Parameter??}
Thanks
_________________
http://www.netix.sk |
 |
 |
Gena
Posts: 591
|
| Posted: 07/16/2007, 8:59 AM |
|
Quote Netix:
How I can enter a parameter to translation label?
Example:
{res:EnterValue,??Parameter??}
What is "parameter" ?? What you are going to do?
_________________
Gena |
 |
 |
Netix
Posts: 18
|
| Posted: 07/16/2007, 9:23 AM |
|
In PHP code you can send parameter to translate string like this:
global $CCSLocales;
global $Tpl;
$Tpl->Setvar("_username", $CCSLocales->GetText( "TGPleaseEnter", array( $CCSLocales->GetText( "TGLoginName") ) ));
but how you can send parameter in html code?
{res:TGPleaseEnter,TGLoginName} - this does not work, so it seems that is possible only in php code
_________________
http://www.netix.sk |
 |
 |
|