26 Localization and Bundles

If the application you create is useful, you will want to share it with all the people of the world. Unfortunately, we do not all speak the same language. Suppose that you wish to make your RaiseMan application available to French speakers. We would say, “You need to localize RaiseMan for French speakers.”

If you are creating an application for the world, you should plan on localizing it for at least the following languages: English, French, Spanish, German, Dutch, Italian, Mandarin, and Japanese. Clearly, you do not want to have to rewrite the entire app for each language. In fact, your goal should be to ensure that your code will remain unchanged as you add support for new languages. That way, all ...

Get Cocoa Programming for OS X: The Big Nerd Ranch Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.