languagechange
General info
- Interface
Event
- Bubbles
-
No
- Cancelable
-
No
- Target
-
The default window scope, being
Window
on Web pages andWorkerGlobalScope
in Web Workers. - Default Action
-
None
Properties
Being of type Event
, this event implements the properties of this interface.
Event.target
只读-
Returns an
EventTarget
that is the topmost target in the DOM tree of the event. Event.type
只读-
Returns a
DOMString
representing the type of event, here"languagechange"
. Event.bubbles
只读-
Returns a
Boolean
(en-US) indicating if the event normally bubbles or not. Event.cancelable
只读-
Returns a
Boolean
(en-US) indicating if it is possible to cancel the event.
Specification
Specification |
---|
HTML Standard # event-languagechange |
HTML Standard # handler-window-onlanguagechange |
Browser compatibility
BCD tables only load in the browser