nao0811ta
nao0811ta

Reputation: 193

how to fix localization on xcode 5 after i delete all language

I took a mistake. I deleted all localizations. But I would like to use localizations. So I tried to add. But I couldn't. When I added localization, Show following image.

When I deleted all enter image description here Tried to add some language enter image description here After adding enter image description here

But 0 Files created.

How should I fix it..Let me know please.

Upvotes: 3

Views: 323

Answers (2)

Rajneesh071
Rajneesh071

Reputation: 31091

Just Go to File -> Add File to "Project" and then add "Main.storyboard" and "InfoPlist.strings"

enter image description here

Upvotes: 0

LML
LML

Reputation: 1667

You should add Localizable.strings once again and localize the files you need to be localized (including Localizable.strings) using File inspector

enter image description here

Upvotes: 3

Related Questions