How to remove localization from file How to remove localization from file ios ios

How to remove localization from file


This is a pretty stupid way, but the only one I found out working if you want to restore the default:

  1. Move the xib or Storyboard files from the Base.lprojfolder to your main project folder back (within the Finder).
  2. Delete the reference of the XIB/Storyboard files (in XCode)
  3. Reimport all of them back to your XCode project and you are done


In Xcode create a Localizable.strings file.In Xcode select the file and on the right panel, checkbox the languages you want for it.Then copy/pasta the files/strings into the place you want them.Then remove the old languages for the xib/storyboard.

enter image description here