Hi,
I really don't know how to rename the <Back button in the navigation bar in Xamarin Forms with Prism.
Normally in Xamarin Forms I would add this in the constructor of the "navigating FROM" view:
NavigationPage.SetBackButtonTitle(this, "Cancel");
But with Prism, I can't pass this.