A Translation object lets you define an entire section of HTML code that is to be translated in its entirety.
By inserting a Translation object, an <adelia:b_translate/> tag and an <adelia:e_translate/> tag are created. These two tags enclose the HTML code that will be defined as a single translation unit when extracting constants via the Adelia translation manager.
Example:
<adelia:b_translate/>
This text will be written <font color="#FFFF00">in </font>the translation unit along with the font tag associated with it.
</adelia:e_translate/>
Note: No dialog box is displayed in response to a mouseclick on the button in the insertion bar or to the selection of the menu option. The two tags are inserted directly into the HTML source.