ToolTipML Property

Version: Available or changed with runtime version 1.0.

Sets the multilanguage string used for the tooltip of an action, a field, a FactBox, or an activity button.

In the client, tooltips appear when you point to the caption of the control.

Applies to

  • Page Label
  • Page Field
  • Page Part
  • Page System Part
  • Page Chart Part
  • Page Action Area
  • Page Action
  • Page Action Group
  • Page Custom Action
  • Page System Action
  • Page File Upload Action
  • Table Field

Note

To submit an app to AppSource, you must use .xliff translation files. For more information, see Working with Translation Files.

Note

List page field tooltips are only shown in the Business Central Web client and Business Central tablet client.

Note

Activity button tooltips are only shown in the Business Central Web client.

Note

ActionContainers tooltips are only shown on the Business Central Web client for the subtype Embedding.

Remarks

ToolTipML is multilanguage-enabled. This means that it can contain a list of strings for use by different languages. The text that is used is selected according to the user's current language setting. For more information, see Multilanguage Development.

The ToolTipML property value has the following format.

<Language ID>=<tooltip>  

<Language ID> is a Windows standard three-letter language ID and <caption> is the caption text for this language. Semicolons are used to separate entries.

In the following example, values are set for Danish (DAN) and English (ENG).

DAN=Dette felt indeholder kundens navn;ENG=This field contains the customer name  

See Also

ToolTip Property
Guidelines for tooltip text