Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: clint troxel
Pass multiple arguments to localized string? [ reply ]  
2006-04-05 18:10
I know I can do this:

l(:my_message, "#{params['msg']}")
::
my_message: My message says %s

But, how do I do this:?

l(:my_two_messages, "#{params['msg1']}", "#{params['msg2']}")
::
???

Thanks!
-clint