Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 479 Bytes

File metadata and controls

7 lines (4 loc) · 479 Bytes

Localization Sample

Screenshot

There are many ways to implement localization in NoesisGUI. In this example we are using Data Binding.

Each language is stored in a ResourceDictionary containing localized texts for each entry. The desired language is selected in the root DataContext. Each time the language is changed, the displayed text is updated accordingly.