Hello there,
At the moment, i set the back button text for iOS like this:
IonicModule.forRoot(MyApp,{
backButtonText: 'Button',
tabsHideOnSubPages: false})
But, within the app, the user has the option, to select another language. So i dont want to set the text statically, but i want to get this text from an object which is read from a provider.
Could anyone please give me a hint, how to achieve this?
Thank you
Skee