Jump to content

[Solved]How Translate Text In: $This->Module->L('text '.$Var.' Text') With Varible Inside;


Kerm

Recommended Posts

In my module i have this lines:

 

$this->l('File size is too large, max: '.$b.' mb.');
$this->module->l('File size is too large, max: '.$b.' mb.');

With php variable inside.

On english all is ok, but i cant translate on other language...

 

In back office i see this line for translate:

File size is too large, max: '.$b.' mb.
Edited by Kerm (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...