Open mariovillamizar opened 6 years ago
Ok I did a Pull Request here: https://github.com/marmelroy/Localize-Swift/pull/111 How to use:
Option 1:
Localize.setCurrentLanguage("en", restartFromRoot: yourRootViewController)
Option 2:
Localize.setCurrentLanguage("en")
Update your interfaces yourself
Please take a look and let me know if that works.
Hi, Thank you for your awesome pull request but I want to use this in my project how can I use this now. ? kindly help me out, exhausted trying other solutions.
Ok I will update the example.
Thank you so much Please Let me know when you update it.
Hi, Did you do that ?
Please update rep. still we have to re-open the app to apply updating
Hi mariovillamizar, hope you are fine, we are still waiting for your update.
Hey guys sorry. I will update the example right now. I'm a little busy, but I will.
Hi @asn111. The example is updated. Please take a look. The pull request is here https://github.com/marmelroy/Localize-Swift/pull/111. To take in mind I use this: https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPInternational/LocalizingYourApp/LocalizingYourApp.html Let me know if that works.
I am using this pod for localization. But it does not work for storyboard. In order to make it work for storyboard what I need to do?
Hi guys! Recently I was searching for a solution to update the storyboard without relaunching the app, and I found this language manager https://github.com/maximbilan/ios_language_manager. It works in Objective C and I did work it in Swift. So maybe, could you improve and add their code to this great library? It's open source. Oh, almost forgot it, I have not uploaded a new build of my app so I don't know if Apple rejects it.