I have to create an app Which will work in different languages and show the content of app in different languages that i select from the language list. I have list of three languages :- 1. English , 2. Hindi and 3. Spanish .
What are the steps to make the app support multiple languages . right now my app is working only with english language.
I’m expecting as i change select a different language the whole text of my app get converted into the selected language.
2
Answers
https://developer.apple.com/documentation/xcode/supporting-multiple-languages-in-your-app
I think this may help you to sorting out your problem.
you have to create the localisation file steps are :
you have to select the language that you want your app will support.
Please check the below image link.
https://phpout.com/wp-content/uploads/2023/07/DApwB.png
https://phpout.com/wp-content/uploads/2023/07/rtDZq.png
https://phpout.com/wp-content/uploads/2023/07/c6h3t.png
and below code in the Hindi localisation file
and similar content in each localisation file with their translation
below.