Adding localized text to the Label control

  1. In the workspace, make sure the control is selected.
  2. From the Property Inspector, click the Value box next to the Property: Caption.
  3. Delete the existing text and specify the localized expression.

    For example, to populate the field with the name of the current user, specify the following expression:

    #page.property.userFullName#

    In Form Builder, expressions are not able to be resolved at design time. This limitation means that a meaningful value must be provided manually or the statement cannot execute.

  4. Click anywhere inside the form to apply the new value.