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