EasyLocalization
EasyLocalization copied to clipboard
A simple library that makes WPF Localization easier
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.1-beta3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Hello, I love this project you've built for localization, it works perfectly with static text, but i would like to know how can i manually change the binding from xaml...
Hi zHaytam, ``` LocalizationManager.Instance.CurrentCulture = CultureInfo.GetCultureInfo("zh-CN"); //Whenever the CurrentCulture changes, the whole application is automatically updated without the need to restart it. ``` Can it be refreshed method? Because I...