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;