-1

I need to implement Multiple Languages(e.g. 5 languages).

My app is also using Web-Service & also save some data in User defaults.

User can able to change the language any time during the app.

Doubts:

1) How can I check condition for saved user-Defaults Data?

2) How to communicate with Web-Service for Get/Post Data?

My try

I search a lot on google but all solution are just shows for Labels through Separate nib file & Key-Value compliant.

Please Help me to solve this.

Thanks in Advance

rmaddy
  • 314,917
  • 42
  • 532
  • 579
user2893370
  • 701
  • 1
  • 9
  • 23

2 Answers2

1

Have you tried to search for NSLocalizedString()?

themarketka
  • 672
  • 6
  • 14
0

Add your language localize file into Localizable.strings.

and also add all file into localization filed on project Info option...

Om Prakash
  • 9,191
  • 1
  • 12
  • 20