translate property
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;
Implementation
external set translate(bool value);