Reputation: 2094
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!
Upvotes: 9
Views: 2908
Reputation: 5499
Before localize a file you have to add the language to the application, see image below:
Upvotes: 19
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:
Upvotes: 4