Unplanned
Last Updated: 17 Dec 2020 08:58 by ADMIN
Ivan
Created on: 16 Dec 2020 17:31
Type: Feature Request
1
Add localization support for WPF and WinForms projects that target .NET Core

In .NET Core the localization routines have changed and the approach to localize an application provided in the documentation doesn't work.

When adding the localized .resx files as described in the documentation - with BuildAction set to None - the resource strings cannot be obtained and even the default string values are lost. This effect can be mitigated with changing the BuildAction to EmbeddedResource.

0 comments