Hi! I am missing a simple way to make a localized link. Look at that example: <f:link.action action="index" controller="foobar" content="{f:translate(key:'foobar')}"/> A simple additional parameter to Tx_Fluid_ViewHelpers_Link_ActionViewHelper::render() did the trick. Any comments? Masi