Story: As a user I want to get further information about an interface element if I am unsure what it means.
This is usually done via a tooltip. In HTML we can use the standard title element. The position of the tooltip is managed by the browser.
The text in the title needs to be translatable. If there is no translation it should fall back to other values and/or not display the hint.