other language support
umin135 opened this issue · 2 comments
Are there any other language support plans for Unverum?
It would also be a good idea to update it to allow users to add languages.
I can help with English->Korean translation.
Implementing multi language support would be great and allow more people to use the tool, and I think it's a great idea. I have done some WPF programming in the past, so I'll try and research how to implement something like this.
I did some research regarding localization implementation in WPF.
I think the best route of localizing Unverum would be creating a resx file for all localizable strings in the application and their translations in their own respective files (i.e. strings.resx and strings.en-US.resx)
Microsoft touches on the topic in their Globalization and Localization Article, however they use an outdated tool for their approach (only works with .net framework). Consequently, I'm going to try the approach in this article in a toy project and see how it goes. If it goes well I'll try and design a nice implementation for Unverum.