
Is it possible to create an application in iPhone that can support multiple languages.

Yes, iPhone/iPad applications support the multi language applications. To create your iPhone application that supports two or more languages ..follow the given steps.
Open the project location and create two project files for example en.lproj and it.lproj that will become your language proj.
Now, Under Localizable.strings files that resides into the Resources folder of the project. Add a new file and rename it with the language support you want.
That's it.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.