I have an application which can be launched in 2 versions.
The main difference between the 2 application are the resource file. (Some parts are renamed, but the application handle only one language)
Is it possible to switch between 2 strings.xml file with @string/hello or R.string.hello with some specific settings in android ? If not, what is the best approach to that problem ? I imagined that I can use some eclipse feature to switch the xml file if there is some parameter ... I prefer have only apk package but it isn't mandatory.
I can't change the language on the client ...
Regards
Edit
good idea Aleks. I refactored the projet into a library and launched it with good locale parameters. In that case I can have 3 differents project with the good database.