I18n

You can review the details about the I18n JSP tag.

Description

The i18n JSP tag retrieves the localized description of the key from the resource bundles. Use this for all literals in the HTML.

Attributes

None.

Body

Key that must be resolved into the localized string.

Example

This example shows how query types (is, starts with, contains) are shown in a select tag from the output of an API.

<tr> 
   <td class="searchlabel" ><yfc:i18n>Product_Class</yfc:i18n></td> 
</tr>