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.
String getDBString(String inString)
inString - Required. The string to be translated. This string should be translated in the YFS_LOCALIZED_STRINGS table.
This example shows how to display the translated version of the Description attribute of the singleDocType element.
<%=getDBString(singleDocType.getAttribute("Description"))%>