translate property

bool get translate
inherited

The translate property of the HTMLElement interface indicates whether an element's attribute values and the values of its Text node children are to be translated when the page is localized, or whether to leave them unchanged.

It reflects the value of the translate HTML global attribute.

Implementation

external bool get translate;
set translate (bool value)
inherited

Implementation

external set translate(bool value);