Run ionicview.beforeEnter of all pages from another page

Hello guyz,

I am trying to change the languages in my app by storing it in localstorage,
unfortunately the change in localstorage is not noticed by the view so I am using the ionicview.beforeEnter and ionicview.enter to reassign $scope variables with new localstorage.
Is there any way that these events of all my pages can be fired from language-select page(for eg. as soon as I select language the content gets stored in localstorage and then views are updated automatically before u have to go to the pages)???
Thanks a lot in advance