0

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.hin which all my strings are kept. I just change this file and get another app in different language.

iBug
  • 2,334
  • 3
  • 32
  • 65

1 Answers1

0

Localization is the process of adapting a product or service to a particular language, culture, and desired local "look-and-feel.

check below tutorials, it will be helpful for you.

http://www.raywenderlich.com/2876/localization-tutorial-for-ios

Sabareesh
  • 3,585
  • 2
  • 24
  • 42