i have an android application in which i need to set the whole application locale to german. i don't want to go into each and every acitivity....when the splashactivity/ welcome screen comes, i want the locale to be set for all the activities in my application. how do i go about this?
to summarize my question: how to set the locale of the android application(not an activity). thank you in advance.