I was looking for a way to pass a variable to the language key for the block header. When I set the block up in the install.sql for the module in the sys_page_compose there is a Caption field for the block where you insert the language key for the block title. When the block is added to the page, the language key is translated into the text. Is there a way in the code that generates the block for the page to include a variable that gets passed and added to the language key similar to:
_t('_language_key', $variable1, $variable2, $variable3)
say for adding particular member info into the Block title like user's name.