OpenThread
OpenThread

Reputation: 2094

Why my Xcode 4.6 localize file only can choose English?

I can choose only Englist for localizing file in my Xcode 4.6.

Is this a bug of Xcode 4.6?

How to localize my file now?

Special thanks!

enter image description here

Upvotes: 9

Views: 2908

Answers (3)

tkanzakic
tkanzakic

Reputation: 5499

Before localize a file you have to add the language to the application, see image below:

enter image description here

Upvotes: 19

iOS-programmer
iOS-programmer

Reputation: 1401

You should add language in project->Info settings: enter image description here

Upvotes: 4

Daniel Klöck
Daniel Klöck

Reputation: 21137

You will have to add a localization to your project before you add a localization to a file in the project. See the image below:

Adding localization to the project

Upvotes: 4

Related Questions