Possible Duplicate:
Set Locale programatically
I would like to create an english/spanish option choice on the initial screen of my app and was wondering if I can utilize Android's excellent language forking without sending the user through the settings to alter the entire device's language settings.
I understand how to kludge it together myself if that's not possible and just set all my values manually, but was hoping that I'm overlooking some way to just have Android use its language system for my app, even as the rest of the system remains in whatever it was preset to.
TIA