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

没有正确的解决方案

其他提示

Have you tried to search for NSLocalizedString()?

Add your language localize file into Localizable.strings.

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top