ShengXunWei .Net Resources Tool is a free software. It can:
Combine resource files in different languages together. Automatically align and check the validity of keys.
Generate .NET standard resx format resource files, supporting the traditional GetString(string key) way to find resources.
Automatically generate code to generate an interface that enables classes of resources in different languages to implement this interface, so that you can use resources in code through interfaces that are strongly typed.
In the automatically generated code, the INotifyPropertyChanged interface is supported, which can quickly realize automatic interface language switching in WPF programs.
Support for exporting and importing Excel files for translators to localize.