2

I have local pod added to app like this.

 pod 'WifiModule', :path => '../WifiModule'

Now I need to localize the string inside the module. Which is my local pod in app. How can I do it ? When I try to add localization, it shows no file in the list.

I don't have a main storyboard in my pod. I don't want to localize with coding inside my class but by adding localizae string.

cole
  • 3,147
  • 3
  • 15
  • 28
  • Possible duplicate of [Localization and CocoaPods](https://stackoverflow.com/questions/12874678/localization-and-cocoapods) – cpt. Sparrow Oct 26 '17 at 10:27
  • No, Its not same. As I have a local pod file. Moreover, it should stay with my project even i do pod install or update. – cole Oct 26 '17 at 10:31
  • Also I don't want to localize them with my code but add strings to my pod file to get them localize – cole Oct 26 '17 at 10:33

0 Answers0