Hi,
how is the right syntax to get a translation string from Chronoforms6 in PHP?
Unfortneatly this doesn't work:
{l:MYSTRING} ---> $this->l("MYSTRING","default value");
$this->get("MYSTRING", "default");
Thanks in advance,
Thorsten
how is the right syntax to get a translation string from Chronoforms6 in PHP?
Unfortneatly this doesn't work:
{l:MYSTRING} ---> $this->l("MYSTRING","default value");
$this->get("MYSTRING", "default");
Thanks in advance,
Thorsten
At the worst you could do
$this->Parser->parse("{l:MYSTRING}");
Hi healyhatman,
thanks for your answer!
Works like a charm!
Thanks,
Thorsten
thanks for your answer!
Works like a charm!
Thanks,
Thorsten
This topic is locked and no more replies can be posted.