I want to change language of my app then a Button is clicked, but without exit the app, i kown a mothed but is not adapt that is thought creating a new nib and *.strings files, and set the prefenence. I want to change the language dynamically how can I do that?
Asked
Active
Viewed 286 times
1 Answers
0
ANSWER from Chris Hanson:
The standard way to localize Cocoa applications is to create separate nibs for each localization, and use *.strings files. Applications shouldn't have their own localization preferences; these are defined globally by the user in System Preferences.
As I said above, the user changes the language used by the system using System Preferences. Your application should not present its own user experience for doing so.
Thanks for Chris Hanson again.

Murphy Liu
- 1
- 4