Reputation: 16276
When i try to add new Localizable.strings
file to my project (for French, German and so other languages), i noticed that a xib file is added for each Localizable.strings
file. Means for Localizable.strings (French)
, i got ViewController.xib (French)
.
How can i get rid of that?
Upvotes: 0
Views: 122
Reputation: 3143
From the right panel in xcode select the first tab. There is a localization option, see if it has any entries for french.
http://cdn5.raywenderlich.com/wp-content/uploads/2011/03/infopane.jpg check for your xib file
Upvotes: 1