I have seen the localization package I18N (https://github.com/turquoiseowl/i18n)
and I am trying to find something simliar for Windows Forms. is there anythink like it for Windows forms?
I have seen the localization package I18N (https://github.com/turquoiseowl/i18n)
and I am trying to find something simliar for Windows Forms. is there anythink like it for Windows forms?
After some research I have managed to implement a similar solution for my project by using
https://github.com/neris/NGettext
and the free version of https://poedit.net/ to parse my source files and generate/update my .po and .mo files.