0

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?

  • Asking for recommendations is off-topic [help] – Steve Dec 01 '16 at 11:00
  • Steve, I am looking for a tech solution, for winforms similar to i18n, is that asking for recommendations? – Mike Kolikidis Dec 02 '16 at 09:22
  • Well it seems so to me, but if the community doesn't agree with me then you will have your answer. (By the way I don't know of anything that is comparable to that library, the twos environments are too different) – Steve Dec 02 '16 at 09:25
  • Ok Steve I think I understood; it seemed that I was promoting the project. That was not my intention and I have no relation to this project. I have found a solution and I believe it would be useful for a few people. – Mike Kolikidis Dec 05 '16 at 09:17

1 Answers1

0

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.