Start a Project

Change Language at Runtime in Swift

Runtime Language Change in Swift

Your app is running in single language and you want to convert it into another language at runtime. like your app is running in english and you want to change your application language in french or german etc. You just have to create the strings in your Localizable.string file. and you have to just set the path of that language  file which you want to access. set this method in your global class.

And the word you you want to change :-

//globalObjectHome is object of global class 

// emailAddress = “Email Address”; In your localizable string file

Exit mobile version