guys, I am wondering how cocoa supports multilanguage (mac) apps?
I mean which is the more convenient way to design an interface/mvc to support multilanguage?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You probably want to start by reading this article:
http://developer.apple.com/library/ios/#documentation/MacOSX/Conceptual/BPInternational/BPInternational.html
and then go from there.
Cocoa and Cocoa Touch use nibs to define the interface and then you use a “strings” file to do your actual localization. In many cases, you’ll wind up with one nib and many strings files (one for each localization in your application).