translate property Null safety

bool? translate

Specifies whether this element's text content changes when the page is localized.

Other resources

Implementation

bool? get translate native;
void translate=(bool? value)

Implementation

set translate(bool? value) native;