GetDBString

Description

This JSP function returns a string representing the localized version of the input string. The input to this method should be a data string that has been translated in the YFS_LOCALIZED_STRINGS table.

Syntax

String getDBString(String inString)

Input parameters

inString - Required. The string to be translated. This string should be translated in the YFS_LOCALIZED_STRINGS table.

Example

This example shows how to display the translated version of the Description attribute of the singleDocType element.

<%=getDBString(singleDocType.getAttribute("Description"))%>