At my app I have button for change language and I want to translate the back-button according to the selected language.
But how can I have access for app configuration in simple function at any angular-2 component?
I think those setting are at the module level so every page in your app will have the same value of back button, since the module has access to all the components and services - see if you can set the language value in a service variable and try to see it on the module as