-3

How can I give my App multi language supportd?

I know it is possible with NSLocalizedString, but I don't know how to do it. iam new to iPhone dev.

Mumthezir VP
  • 6,251
  • 6
  • 28
  • 57
  • check this http://www.raywenderlich.com/2876/how-to-localize-an-iphone-app-tutorial – tkanzakic Feb 19 '13 at 09:36
  • this questions answer will help you http://stackoverflow.com/questions/8312936/how-to-localize-an-ios-storyboard – Gaurav Patel Feb 19 '13 at 09:38
  • Localization is a big topic and the question "how do I do it" is too broad. Is there a specific thing you want to achieve? – Paul Turner Feb 19 '13 at 09:39
  • possible duplicate of [How to localize an iphone app for different languages?](http://stackoverflow.com/questions/8118425/how-to-localize-an-iphone-app-for-different-languages) – borrrden Feb 19 '13 at 09:40
  • i already gone through the link.. http://www.raywenderlich.com/2876/how-to-localize-an-iphone-app-tutorial. but i couldn't find a plus button in my localization pane as in the tutorial. iam working with ios4.5 – Mumthezir VP Feb 19 '13 at 09:48

1 Answers1

2

enter image description hereOne of the simplest tutorial from Ray can help you a lot. U can follow this link http://www.raywenderlich.com/2876/how-to-localize-an-iphone-app-tutorial

Its really simple and easy to understand. Hope this works for you \m/ EDIT: you can refer to this screenshot in order to overcome "+" problem which has been changed in latest xcode.

Suhaiyl
  • 1,071
  • 9
  • 17
  • thanx.. but i already gone through it, some of them not working in my xcode 4.5. – Mumthezir VP Feb 19 '13 at 09:44
  • You can have a look at this question in stack http://stackoverflow.com/questions/8118425/how-to-localize-an-iphone-app-for-different-languages , can you elaborate what is not working in your xcode 4.5 ? – Suhaiyl Feb 19 '13 at 09:48
  • i already gone through the link.. raywenderlich.com/2876/how-to-localize-an-iphone-app-tutorial. but i couldn't find a plus button in my localization pane as in the tutorial – Mumthezir VP Feb 19 '13 at 09:53
  • well i was searching here and there, found some usefull articles, hope they help you: http://stackoverflow.com/questions/11596386/no-plus-or-minus-button-in-xcode-localization-settings AND http://new2objectivec.blogspot.in/2012/09/localisation-in-xcode-45-drives-me-crazy.html – Suhaiyl Feb 19 '13 at 10:16