Specifies whether this element's text content changes when the page is localized.
Other resources
- The translate attribute from WHATWG.
Implementation
bool? get translate native;
Implementation
set translate(bool? value) native;
translate property - Element class - dart:html library
Specifies whether this element's text content changes when the page is localized.
bool? get translate native;
set translate(bool? value) native;