문제

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