languagechange
General info
- Interface
Event- Bubbles
-
No
- Cancelable
-
No
- Target
-
The default window scope, being
Windowon Web pages andWorkerGlobalScopein Web Workers. - Default Action
-
None
Properties
Being of type Event, this event implements the properties of this interface.
Event.target只读-
Returns an
EventTargetthat is the topmost target in the DOM tree of the event. Event.type只读-
Returns a
DOMStringrepresenting 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