Informatica ActiveVOS
- Informatica ActiveVOS 9.2.4.6
- All Products
<head> ... <!-- Specifies the location of the bundle file relative to the HTML form --> <link rel="i18n" charset="UTF-8" type="text/plain" href="messages.properties" /> ... </head> <body> ... <tr> <!-- bundle entry for first name --> <th align="right">${firstName}</th> <td> ... </td> </tr> ... </body>
firstName=First Name: lastName=Last Name: loanType=Loan Type: