Reputation: 1
I am a newbie in xamarin.I want to create a iOS multilingual application in xamarin but not able to find in reference for the same.plz provide me with the way out.
Thanks in advance
Upvotes: 0
Views: 140
Reputation: 3792
Take a look here: Localization on Xamarin.iOS
You have to use the standard lproj to translate your application. Some of the fundamentals are covered here: http://developer.xamarin.com/guides/ios/application_fundamentals/working_with_resources/
Upvotes: 1