Skip to content

samhouts/TodoLocalizedRTL

Repository files navigation

TodoLocalized RTL (Xamarin.Forms)

Demonstrates how to use the FlowDirection feature in Xamarin.Forms 3.0.0 to get a fully localized app.

This sample uses Multilingual App Toolkit (MAT) from Microsoft (specifically the v4.0 Technical Preview)to localize a Xamarin.Forms application for iOS, Android, and Windows Phone. You do NOT need MAT to build or run this sample.

You can learn about MAT here:

MAT stores language information in XLIFF (.xlf) files which are parsed into RESX files at build time. It is the RESX files that are loaded by the application to render the translated user-interface. The XLIFF files are edited in Visual Studio and the build step that transforms them only runs there, so language data should only be edited on Windows... luckily this runs in Visual Studio Express. You can then push your app (including the generated RESX files) into source control - they'll work fine for iOS, Android, and Windows Phone projects.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages