I'm creating a multi language android application and I made folders with different languages and everything works perfect.
The only issue that troubles me is when user selects a different language I use a method to change his local configuration and this is also working great! BUT I don't feel that changing the user local setting is the right way because changing the local setting effecting not just my application.
Is there smarter way? I don't want the to affect the user setting outside my application.