Skyrim
0 of 0

File information

Last updated

Original upload

Created by

IcePanther

Uploaded by

icepanther

Virus scan

Safe to use

Mod articles

  • Translation HOWTO

    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...