Localization in WinRT xaml

In my metro application using C # and XAML, I need to localize all the strings used in XAML. But I found that it does not look like Windows Phone applications. Please suggest me a way to localize all the text used in XAML.

+4
source share
1 answer

This is a fairly simple localization review and should solve most of your questions.

Quick Launch: Translating UI Resources

+4
source

All Articles