I have an application that has all string resources in two languages.
So far, the language used is set by the handset's language configuration.
I want to allow the user to change language without changing the handset's language settings. Instead, when the app starts the user will be asked to select one of the languages available, and that language will be use for that instance of the application.
Can this be done with the same language resource files (.l01, .l04, etc) that I already have? (How?)




