My app supports multiple languages(values-es, values-de...) But how can add option to override that
For example:
user has set its system language to English so my app will use default values folder.
I want to add option so that it can select any of the languages available in my app.
If user selects German(in my app not in system settings) it will use strings from values-de
Is there a way to do that?