Translation HOWTO

You will need Visual Studio 2017. The community edition is free. If you only use it to translate the mod, a very minimal install should do, only check Windows Forms and C# options at install time.

Then, it's pretty straightforward :

1. Open Visual Studio
2. Open the file (File->Open->File...)
3. Edit the supplied English strings to match your language.
Note : Keep the forms like "%1", "%2" etc. like they are, they're variables that will be replaced by the program.
4. Save the file as "Strings.<your language>.resx" (without quotes) where <your language> is the two-letter code (ISO 639-1) for your language.
5. PM me the file (or a link to it) so I can recompile the application and publish it with your translation.

Don't hesitate to leave a comment so I can enhance these instructions if necessary.

Thanks !

Article information

Added on

Edited on

Written by

icepanther

2 comments

  1. divannk
    divannk
    • member
    • 0 kudos
    https://drive.google.com/open?id=1Ue3m3pQWzLBwyrP1U_QmPLB7KbFkWJJd

    Russian Translation
    1. icepanther
      icepanther
      • member
      • 16 kudos
      Thanks !

      I've added your translation to the program, and will update it right away on the mod page.