I'm confused because this isn't done through xcode. I must find the project folder in finder and then really move files into those *.lproj folders. Is that correct? Or is there a way to see those *.lproj folders in Xcode like Groups and then just drag&drop the files in there?
views:
17answers:
1
+1
Q:
So I have to put my localized ressource files into English.lproj, Italian.lproj (etc.) folders?
+1
A:
- Get Info on the file you wish to localize.
- Click the General tab in the window that appears.
- Click the Make File Localizable button at the bottom of that tab view.
- Interact further with the interface as needed.
After you make a file localizable, Xcode treats the file itself as if it were a folder. There will be a disclosure arrow next to its name in the Group Tree that you can turn down to reveal all the file's existing localizations.
Jeremy W. Sherman
2010-10-28 21:33:39