How to fix localization on xcode 5 after I delete the whole language

I was wrong. I deleted all localizations. But I would like to use localization. So I tried to add. But I could not. When I added localization, show the following image.

When I deleted everything enter image description here I tried to add some kind of language enter image description here After adding enter image description here

But 0 files created.

How can I fix it ... Please tell me.

+3
source share
2 answers

You must add Localizable.stringsagain and localize the files you need to localize (including Localizable.strings) using the File inspector

enter image description here

+3
source

→ "", "Main.storyboard" "InfoPlist.strings"

enter image description here

0

All Articles