Is there any way to invoke translated module (i18n) content using drupal functions like module_invoke

it works normal block items
module_invoke('block', 'block_view', 4);

but how do i use this function in terms of getting translated block content

Comments

flyke’s picture

Issue summary: View changes

I would also like to know this