문제

I'm trying to localize a .xib file.

The problem: After clicking the "Localize button" in the inspector, I end up with a list containing "English" and nothing else, well this is normal. But usually, as I can remember there is a "+" button which lets you add a language to this list.

I've asked on apple developer forum, because I'm using a beta version, but the post has been removed (not sure why).

There's a workaround for this?

Thanks.

도움이 되었습니까?

해결책

You need to add the localization in the project settings first. Go to your project settings -> localizations -> + (plus button)

How to add localization in XCode 5.0

다른 팁

When talking about xcode 5, go Project settings and make sure that you have Project selected, not Target - focus on left upper corner. There was special column in previous version (see accepted answer) but now there is a kind of furtive list.

enter image description here

Once you select your Project, localization will appear under Info tab.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top