R – How to localize multiple files at once in Xcode

cocoainternationalizationiphonelocalizationxcode

In the process of localizing my app, I have about 50 resources (mostly xibs) that need to be localized. I know how to add a localization for each file, but it's a pretty time consuming process to open the info panel and add the localization for each file.

Is there any way to select multiple files and add a localization to each of them in one shot?

Edit to add: Is this a place where AppleGlot or iLocalize can help? I haven't yet looked at those tools.

Best Answer

Just create a directory for the language you are localizing for if it isn't already there (e.g. "en.lproj") and copy all the files there. Then go into xcode and add the newly copied files to your project.