translate property
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;
Specifies whether this element's text content changes when the page is localized.
bool? get translate native;
set translate(bool? value) native;