Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why my Xcode 4.6 localize file only can choose English?

Tags:

xcode

ios

iphone

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

like image 505
OpenThread Avatar asked Feb 19 '13 15:02

OpenThread


3 Answers

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

enter image description here

like image 155
tkanzakic Avatar answered Nov 14 '22 22:11

tkanzakic


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

like image 25
Daniel Avatar answered Nov 14 '22 22:11

Daniel


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

like image 37
iOS-programmer Avatar answered Nov 14 '22 23:11

iOS-programmer