Localization for mobile cross platform using xamarin and issue with iOS only

后端 未结 3 1244
栀梦
栀梦 2021-02-05 12:41

I have a project in Xamarin which targets Android, iOS and windows phone. I used core (PCL library) to share common code between different platform. I added Resource files (.net

3条回答
  •  野性不改
    2021-02-05 13:22

    For localization on our Xamarin projects I've used the Multilingual App Toolkit (detailed here) from Microsoft and T4 templates to transform the output from the toolkit to useable formats for Android and iOS.

    This tutorial has a fantastic overview of the process and it's based on this code project.

提交回复
热议问题