Panel page editor language toggle where is the list of events that this system sends

the original idea came from this forum but there is no answer.

i hope you understand i want my vue component to get notified or be able to listen to a language change so that when the editor changes to another language i can react and hide/show some buttons.

in minimum i need the eventname, but better would be a example code what eventlistener method i should use.

Hm, not sure if there’s an event, a language change triggers a reload with a language query: http://domain.test/panel/site?language=de

how do i listen to this reload (its clearly not reloading the whole page instead just parts of it using vue) is there any docu on the javascript functions and objects u made (other like this.$api, this.$store) and more info on how to use $store.