the Internationalization Guide mentions a sweet feature - by choosing "Tools > Strings" you should be able to view and edit all the strings contained in a xib file in a nice table. It's available for Interface Builder 3.0 and newer, the guide says.
Since XCode4 however there is no Interface Builder and no "Tools > Strings" menu anymore. I've looked pretty much everywhere, but I can't seem to find that feature.
Can you guys tell me where they've hidden this jewel? Or did they maybe drop it?
thanks, Toastor
Edit:
The whole guide I mentioned seems to be a bit outdated. Any suggestions for more up-to-date guides or tutorials (covering internationalization using XCode4) would be very welcome!
Edit 2:
Never mind about the guide. I found a short and sweet guide 开发者_如何学Pythonat Ray Wenderlich's. Still curious about the string summary, though.
That feature does not exist in the current version of Xcode 4.0. Using ibtool is the best alternative.
you could use ibtool:
man ibtool
精彩评论