How to change the application whole language, When application will launch it select the language button will tapped the total application language will be change.
Asked
Active
Viewed 677 times
-2
-
1You need in app localisation this might help https://github.com/marmelroy/Localize-Swift – Prashant Tukadiya Jul 20 '18 at 10:24
-
welcome !! , Click here https://stackoverflow.com/a/51018827/4601900 for sample code – Prashant Tukadiya Jul 20 '18 at 11:22
-
This is duplicate, see: https://stackoverflow.com/questions/9416923/ios-how-to-change-app-language-programmatically-without-restarting-the-app – ekscrypto Jul 20 '18 at 11:45
1 Answers
2
You can create a plist file for each language you're targeting. When a certain button is clicked on, you just change the target plist file accordingly.
For example, let's say you have two languages available for your app. when a user selects English for the default language, the plist file from which all string come is set to the English one.

James Kim
- 51
- 4