Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void SaveTranslation(Type, string, TranslationBase)

  • Declared in: RT.Lingo.Lingo

Declaration

public static void SaveTranslation(
    Type translationType,
    string moduleName,
    TranslationBase translation
)

Summary

Writes the specified translation for the specified module to an XML file in the application directory.

Parameters

TypetranslationTypeTranslation class to write.
stringmoduleNameName of the module for which this is a translation.
TranslationBasetranslationThe translation to save.