How do I display alternate languages in Interface Builder? (Xcode5)
Posted
by
Anthony F
on Stack Overflow
See other posts from Stack Overflow
or by Anthony F
Published on 2014-04-16T16:03:31Z
Indexed on
2014/06/09
21:25 UTC
Read the original article
Hit count: 274
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.
© Stack Overflow or respective owner