-1

this is a very basic question. Too basic so I can't find a simple answer.

I have my 'iOS' app in French. I want to translate it in English.

How can I do that ? (I speak English but I don't know what is the protocol in Xcode to create "a dictionnary of the strings" in French/English in my app)

Thanks

GoldXApp
  • 2,397
  • 3
  • 17
  • 26
  • 1
    localization is documented in the iOS info --- not sure where tho. – Howard Pautz Sep 09 '13 at 18:07
  • 2
    See the iOS docs: [Internationalization Programming Topics](https://developer.apple.com/library/ios/documentation/MacOSX/Conceptual/BPInternational/BPInternational.html#//apple_ref/doc/uid/10000171-SW1) – rmaddy Sep 09 '13 at 18:08

1 Answers1

1

You have to use Localization... The tutorial I used and recommend is here: http://www.raywenderlich.com/2876/how-to-localize-an-iphone-app-tutorial If you are still having trouble check out this answer in stack overflow: How to localize my app with Xcode 4?

Community
  • 1
  • 1
Abdullah Shafique
  • 6,878
  • 8
  • 35
  • 70