Closed PawelTroka closed 7 years ago
For now we can that this is done. Some small touches needs o be implemented like dealing with EditChartMenus.resx but that part is already planned to be removed in later releases of Computator.NET.
@PawelTroka How was this done? Did you use any automated tool or you manually did it?
@sylveon Unfortunately it was mainly manual labour.
Localizable
property to false
(easy)
We should move away from using so huge resx files as we do now. Instead we should define each form as a language independent form and use separate resx files for strings (containing strings only).
The reasons, besides simpler maintenance are quite clear - huge resx files are slow and error prone. For example see resx files related bugs we have encountered in Mono: