How can I translate Sugar Case Fields to different languages in Joomla using Joomfish? I have tried with adding contentelements into the joomfish contentelements folder, like I did for VirtueMart.
(joomla/administrator/components/com_joomfish/contentelements/)

Then I studied the joomfish contentelements for virtuemart and just changed the table name and I can translate the field names using joomfish, it is working fine and the translation can be find in database, but the problem is that the translated text does not appear when i click on different language flags. What am i missing ?

Here's the code... (sugar_case_portal_fields.xml)

<?xml version="1.0" ?>
<joomfish type="contentelement">
<name>Sugar Case Portal Fields</name>
<author>Author Author</author>
<version>1.0</version>
<description>Definiton for SugarCRM Portal Case Fields</description>
<reference>
<table name="sugar_case_portal_fields">
<field type="referenceid" name="id" translate="0">ID</field>
<field type="titletext" name="name" translate="1">Name</field>
</table>
</reference>
</joomfish>