-
The
translate
global attribute is an enumerated attribute that is used to specify whether an element's translatable attribute values and its Text node children should be translated when the page is localized, or whether to leave them unchanged -
It can have the following values
-
empty string
oryes
which indicates that the element should be translated when the page is localized -
no
, which indicates that the element must not be translated
-
translate="no"
translate="yes"
translate=""