How can I implement new languages in a Cocoa project?

Captain Code

Moderator
Staff member
Mod
I want to start implementing various languages in a project I'm working on, but I'm not sure how to create the required files.

I've seen examples when viewing package contents of programs such as Preview.app

There's many different folders such as French.lproj, German.lproj etc.

Those contain files like Localized.strings & other files.

So, how do I go about creating these things and making my program "see" them?

Is it as simple as just creating the folders for each language, and placing the files in them?

Also, the folders contain various nib files that don't seem to be real nib files. When I open them in IB, they either contain blank windows or nothing at all.

What do I do to create these nib files?

TIA for any help
 
Back
Top