Skip to content
Adrian Bobrowski edited this page Dec 29, 2018 · 8 revisions
  1. I added Localizable.strings but nothing happens and the app just display the translation key in my label.

Check your file name. The default name for the translation file is Localizable.* (Localizable.strings, Localizable.json, etc). If you want to use a different name then you have to add the resource parameter: "translationKey".l10n(resource: "CustomFileName")

  1. I delete an language of en, it still in the list of supported languages. How do I remove it?