I want to add new supported language to my app.
I saw in the example that i looking that i need to go over all my
activities/fragments and Override all the onConfigurationChanged method and set each controller to the selected language.
I have a lot of Fragments in my app - and i looking for some easy way to do it without go over all my controls in my app.
Is there any other way that can be easy to use then this way ? Is there some auto mode that i set the language in the some config file and all the configuration of the controls are change as the language that was selected