I18ndb

You can review the details about the il8ndb JSP tag.

Description

The i18ndb JSP tag retrieves the localized description of the value from the YFS_LOCALIZED_STRING table based on the user's locale. Use this to get the localized database descriptions 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> 
      <yfc:i18ndb><%=resolveValue("xml:/Shipment/Status/@StatusName")%> 
      </yfc:i18ndb> 
   </td> 
</tr>