So I have to put my localized ressource files into English.lproj, Italian.lproj (etc.) folders?
I'm confused because this isn't don开发者_运维百科e 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?
- 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.
精彩评论