I am having an app named ABC which is in English and another clone of same app in French. Right now they are behaving as two different projects. What I want is, merge them in one project and at the time of import or execution, i decide that which target should be chosen.
I have managed a file named constants.h
in which all my strings are kept. I just change this file and get another app in different language.