Hi Manuel,
Because of the way the template system works, and the way that tip is generated, it's not really possible to split it into 2 parts, and have the parts translated separately. So I recommend that you do a simple bit of code in the .Translate method which catches this and splits it for translation. So something like;
if sub(p_String,1,21) = 'Click here to sort by'
Return Parent.Translate( 'Click here to sort by') & ' ' & Parent.Translate(sub(p_string,23,255),p_AllowHTML)
end
Cheers
Bruce