how can i switch language on the fly without restarting app swift 2.2 xcode 7

i used this link https://medium.com/if-let-swift-programming/working-with-localization-in-swift-4a87f0d393a4but dosen't work for everything like googlemaps and menu


i tried to use Localize-Swift but it didn't localized my storyboard

Replies

how can i switch language on the fly without restarting app

Changing your app’s localisation on the fly is not something we recommend. This post explains why.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

WWDC runs Mon, 5 Jun through to Fri, 9 Jun. During that time all of DTS will be at the conference, helping folks out face-to-face. http://developer.apple.com/wwdc/

UserDefaults.standard.set("de", forKey: "AppleLanguage")