Skip to content

Introduction

Jecho Jekov edited this page Nov 26, 2017 · 7 revisions

This project provides a simple, yet powerful and feature-rich way to localize a WPF application. It is focused on simplicity and easy-of-use and is an alternative to the WPF localization method provided by Microsoft.

It utilizes resource (.resx) files and XAML markup extensions in order to provide an intuitive way to localize text, images and basically any data type that can be represented as a string or otherwise stored in a resource file.

It also support localizing individual libraries which makes it easy to localize user and custom controls and then distribute them.

Requirements

  • .NET Framework 4.0 or later
  • Supports XAML Designer in Visual Studio 2013/2015/2017. Should work but not tested with other versions of Visual Studio or Expression Blend.

Next: Getting started

Clone this wiki locally