06-26-2011, 02:43 AM
[eluser]suntrop[/eluser]
I've got a multi-lang website and using the language class. But how do put variables in the translated sentences?
For example:
I want "You need 25 extra points.".
Is there something possible like ...
$lang['ui_messages'] = "You need $num extra points.";
I've got a multi-lang website and using the language class. But how do put variables in the translated sentences?
For example:
I want "You need 25 extra points.".
Is there something possible like ...
$lang['ui_messages'] = "You need $num extra points.";