3

I want to add two button in Application and perform Some Operation. I want to Switch two language button in XIB. Suppose There are Button, 1 is English and 2 is French. I add some data in Application. If I select English Button then data is show in English language and French button it convert into Frech Language.

How I do used it? Please Give me a code for that.

Thanks in Advance.....

Rahul Rana

Rahul Rana
  • 103
  • 1
  • 3
  • 7

2 Answers2

1

You need to use something along the lines of whats discussed: How to force NSLocalizedString to use a specific language

Community
  • 1
  • 1
JFoulkes
  • 2,429
  • 1
  • 21
  • 24
0

I found this blog to be the best for learning Localization...

Localization

Hope that will help you a lot & solve your problem.

Ajay Sharma
  • 4,509
  • 3
  • 32
  • 59