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