Search code examples
xamarin.formsmultilingual

Xamarin.forms Translate App in more languages


Hello guys i'm making a xamarin.forms app. When user register he need to choose language from the list of languages(in my case 4 languages), but i don't know how to organize depending of user's decision button's headers,menus etc. must be translated. Any idea how to make this?


Solution

  • Have a try with Multilingual App Toolkit to add Languages to Your Xamarin Apps .

    Traditionally, after ensuring the localization is wired up and displaying correctly, you would finish adding all the app’s resource data before considering adding additional languages to avoid managing the changes to the resource or the related translation during the ongoing development process.

    It’s best to validate that your app’s language support is working correctly throughout the development process to avoid bugs that may delay your app’s release, or worse, cause you to reduce market support by cutting additional language support.

    This is where the Multilingual App Toolkit (MAT) comes in.It can manage your target REXS files by applying on-demand Machine Translations throughout the development process. Once development nears completion, you can have the translations proofed and adjusted by family, friends, co-workers, or translation vendors.