Is it possible to change the text of a Back button after its already been rendered?
I've found how to customize the text before the view is loaded:
How to change text on a back button
but these techniques don't seem to work once the view presenting the Back button has already been loaded, which is a requirement of my project.
Thanks!