How do I display alternate languages in Interface Builder? (Xcode5)
- by Anthony F
The iOS project is using Base Localization with localizable strings set up for the Storyboard in English and German. Everything is working properly when I change the language for the simulator, but some of the text is getting truncated in German. I would like to view the German text in Interface builder so that it's easier to fix the constraints on the text labels and fields.
It seems like this should just be a view setting or something, but I can't seem to find anything obvious.